#8c6e16

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

Shades of Yukon Gold #8C6E16

Tints of Yukon Gold #8C6E16

Color information

#8C6E16 (or 0x8C6E16) is unknown color: approx Yukon Gold. HEX triplet: 8C, 6E and 16. RGB value is (140,110,22). Sum of RGB (Red+Green+Blue) = 140+110+22=272 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.47% from 272); Green value is 110 (43.36% from 255 or 40.44% from 272); Blue value is 22 (8.98% from 255 or 8.09% from 272); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6E16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6E16 is #7391E9. Grayscale: #6D6D6D. Windows color (decimal): -7573994 or 1470092. OLE color: 1470092.

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

Color convert

RGB14011022-
CMYK00.210.840.45
HSL44.75º72.84%31.76%-
HSV(B)44.75º84.29%54.9%-
XYZ16.5416.793.13-
YUV108.9478.94150.16-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.47%
GREEN value IS 110 (43.36% from 255) = 40.44%
BLUE value IS 22 (8.98% from 255) = 8.09%
R=51.47%
G=40.44%
B=8.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401102200.210.840.4544.7572.8431.76
Hex8C6E16015542D2d4920
Octal21415626025124555511140
Binary1000110011011101011001010110101001011011011011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c6e16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,110,22); }

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

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

 a { background-color: rgb(140,110,22); }

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

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

 span { border-color: rgb(140,110,22); }

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