#8C6D19

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

Shades of Yukon Gold #8C6D19

Tints of Yukon Gold #8C6D19

Color information

#8C6D19 (or 0x8C6D19) is unknown color: approx Yukon Gold. HEX triplet: 8C, 6D and 19. RGB value is (140,109,25). Sum of RGB (Red+Green+Blue) = 140+109+25=274 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.09% from 274); Green value is 109 (42.97% from 255 or 39.78% from 274); Blue value is 25 (10.16% from 255 or 9.12% from 274); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6D19 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6D19 is #7392E6. Grayscale: #6D6D6D. Windows color (decimal): -7574247 or 1666444. OLE color: 1666444.

HSL color Cylindrical-coordinate representation of color #8C6D19: hue angle of 43.83º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #8C6D19 is Cyan = 0, Magento = 0.22, Yellow = 0.82 and Black (K on CMYK) = 0.45.

Color convert

RGB14010925-
CMYK00.220.820.45
HSL43.83º69.7%32.35%-
HSV(B)43.83º82.14%54.9%-
XYZ16.4616.583.25-
YUV108.6980.77150.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.09%
GREEN value IS 109 (42.97% from 255) = 39.78%
BLUE value IS 25 (10.16% from 255) = 9.12%
R=51.09%
G=39.78%
B=9.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.82
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401092500.220.820.4543.8369.732.35
Hex8C6D19016522D2c4620
Octal21415531026122555410640
Binary1000110011011011100101011010100101011011011001000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6D19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,109,25); }

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

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

 a { background-color: rgb(140,109,25); }

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

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

 span { border-color: rgb(140,109,25); }

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