#8C6D11

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

Shades of Yukon Gold #8C6D11

Tints of Yukon Gold #8C6D11

Color information

#8C6D11 (or 0x8C6D11) is unknown color: approx Yukon Gold. HEX triplet: 8C, 6D and 11. RGB value is (140,109,17). Sum of RGB (Red+Green+Blue) = 140+109+17=266 (35% of max value = 765). Red value is 140 (55.08% from 255 or 52.63% from 266); Green value is 109 (42.97% from 255 or 40.98% from 266); Blue value is 17 (7.03% from 255 or 6.39% from 266); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6D11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6D11 is #7392EE. Grayscale: #6C6C6C. Windows color (decimal): -7574255 or 1142156. OLE color: 1142156.

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

Color convert

RGB14010917-
CMYK00.220.880.45
HSL44.88º78.34%30.78%-
HSV(B)44.88º87.86%54.9%-
XYZ16.3916.552.86-
YUV107.7876.77150.98-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 52.63%
GREEN value IS 109 (42.97% from 255) = 40.98%
BLUE value IS 17 (7.03% from 255) = 6.39%
R=52.63%
G=40.98%
B=6.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.88
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401091700.220.880.4544.8878.3430.78
Hex8C6D11016582D2d4e1f
Octal21415521026130555511637
Binary100011001101101100010101101011000101101101101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6D11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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