#8E6E1B

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

Shades of Yukon Gold #8E6E1B

Tints of Yukon Gold #8E6E1B

Color information

#8E6E1B (or 0x8E6E1B) is unknown color: approx Yukon Gold. HEX triplet: 8E, 6E and 1B. RGB value is (142,110,27). Sum of RGB (Red+Green+Blue) = 142+110+27=279 (36% of max value = 765). Red value is 142 (55.86% from 255 or 50.90% from 279); Green value is 110 (43.36% from 255 or 39.43% from 279); Blue value is 27 (10.94% from 255 or 9.68% from 279); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6E1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8E6E1B is #7191E4. Grayscale: #6E6E6E. Windows color (decimal): -7442917 or 1797774. OLE color: 1797774.

HSL color Cylindrical-coordinate representation of color #8E6E1B: hue angle of 43.3º 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 #8E6E1B is Cyan = 0, Magento = 0.23, Yellow = 0.81 and Black (K on CMYK) = 0.44.

Color convert

RGB14211027-
CMYK00.230.810.44
HSL43.3º68.05%33.14%-
HSV(B)43.3º80.99%55.69%-
XYZ16.9316.983.42-
YUV110.1181.1150.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 50.90%
GREEN value IS 110 (43.36% from 255) = 39.43%
BLUE value IS 27 (10.94% from 255) = 9.68%
R=50.90%
G=39.43%
B=9.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421102700.230.810.4443.368.0533.14
Hex8E6E1B017512C2b4421
Octal21615633027121545310441
Binary1000111011011101101101011110100011011001010111000100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8E6E1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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