#8e6c19

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

Shades of Yukon Gold #8E6C19

Tints of Yukon Gold #8E6C19

Color information

#8E6C19 (or 0x8E6C19) is unknown color: approx Yukon Gold. HEX triplet: 8E, 6C and 19. RGB value is (142,108,25). Sum of RGB (Red+Green+Blue) = 142+108+25=275 (36% of max value = 765). Red value is 142 (55.86% from 255 or 51.64% from 275); Green value is 108 (42.58% from 255 or 39.27% from 275); Blue value is 25 (10.16% from 255 or 9.09% from 275); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6C19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8E6C19 is #7193E6. Grayscale: #6D6D6D. Windows color (decimal): -7443431 or 1666190. OLE color: 1666190.

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

Color convert

RGB14210825-
CMYK00.240.820.44
HSL42.56º70.06%32.75%-
HSV(B)42.56º82.39%55.69%-
XYZ16.6916.553.23-
YUV108.780.76151.75-

RGB Variations

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

RGB

RED value IS 142 (55.86% from 255) = 51.64%
GREEN value IS 108 (42.58% from 255) = 39.27%
BLUE value IS 25 (10.16% from 255) = 9.09%
R=51.64%
G=39.27%
B=9.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.82
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1421082500.240.820.4442.5670.0632.75
Hex8E6C19018522C2b4621
Octal21615431030122545310641
Binary1000111011011001100101100010100101011001010111000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8e6c19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(142,108,25); }

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

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

 a { background-color: rgb(142,108,25); }

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

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

 span { border-color: rgb(142,108,25); }

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