#8E6F1B

Color #8E6F1B Yukon Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Yukon Gold #8E6F1B

Tints of Yukon Gold #8E6F1B

Color information

#8E6F1B (or 0x8E6F1B) is unknown color: approx Yukon Gold. HEX triplet: 8E, 6F and 1B. RGB value is (142,111,27). Sum of RGB (Red+Green+Blue) = 142+111+27=280 (37% of max value = 765). Red value is 142 (55.86% from 255 or 50.71% from 280); Green value is 111 (43.75% from 255 or 39.64% from 280); Blue value is 27 (10.94% from 255 or 9.64% from 280); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6F1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6F1B is #7190E4. Grayscale: #6F6F6F. Windows color (decimal): -7442661 or 1798030. OLE color: 1798030.

HSL color Cylindrical-coordinate representation of color #8E6F1B: hue angle of 43.83º degrees, saturation: 0.68, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #8E6F1B is Cyan = 0, Magento = 0.22, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB14211127-
CMYK00.220.810.44
HSL43.83º68.05%33.14%-
HSV(B)43.83º80.99%55.69%-
XYZ17.0417.23.46-
YUV110.6980.77150.33-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 142 (55.86% from 255) = 50.71%
GREEN value IS 111 (43.75% from 255) = 39.64%
BLUE value IS 27 (10.94% from 255) = 9.64%
R=50.71%
G=39.64%
B=9.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421112700.220.810.4443.8368.0533.14
Hex8E6F1B016512C2c4421
Octal21615733026121545410441
Binary1000111011011111101101011010100011011001011001000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8E6F1B; }

 p { color: rgb(142,111,27); }

 H1.HeaderClassName
 {
   color: #8E6F1B;
 }
 .AnyTagClassName
 {
   color: #8E6F1B;
 }
</style>
background-color css

<style>
 a { background-color: #8E6F1B; }

 a { background-color: rgb(142,111,27); }

 div.DivClassName
 {
   background-color: #8E6F1B;
 }
 .BgClassName
 {
   background-color: #8E6F1B;
 }
</style>
border-color css

<style>
 span { border-color: #8E6F1B; }

 span { border-color: rgb(142,111,27); }

 td.TdClassName
 {
   border-color: #8E6F1B;
 }
 .TagClassName
 {
   border-color: #8E6F1B;
 }
</style>