#8C6D10

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

Shades of Yukon Gold #8C6D10

Tints of Yukon Gold #8C6D10

Color information

#8C6D10 (or 0x8C6D10) is unknown color: approx Yukon Gold. HEX triplet: 8C, 6D and 10. RGB value is (140,109,16). Sum of RGB (Red+Green+Blue) = 140+109+16=265 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.83% from 265); Green value is 109 (42.97% from 255 or 41.13% from 265); Blue value is 16 (6.64% from 255 or 6.04% from 265); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6D10 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6D10 is #7392EF. Grayscale: #6C6C6C. Windows color (decimal): -7574256 or 1076620. OLE color: 1076620.

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

Color convert

RGB14010916-
CMYK00.220.890.45
HSL45º79.49%30.59%-
HSV(B)45º88.57%54.9%-
XYZ16.3816.552.82-
YUV107.6776.27151.06-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.83%
GREEN value IS 109 (42.97% from 255) = 41.13%
BLUE value IS 16 (6.64% from 255) = 6.04%
R=52.83%
G=41.13%
B=6.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.89
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401091600.220.890.454579.4930.59
Hex8C6D10016592D2d4f1f
Octal21415520026131555511737
Binary100011001101101100000101101011001101101101101100111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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