#8C6B17

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

Shades of Yukon Gold #8C6B17

Tints of Yukon Gold #8C6B17

Color information

#8C6B17 (or 0x8C6B17) is unknown color: approx Yukon Gold. HEX triplet: 8C, 6B and 17. RGB value is (140,107,23). Sum of RGB (Red+Green+Blue) = 140+107+23=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 107 (42.19% from 255 or 39.63% from 270); Blue value is 23 (9.38% from 255 or 8.52% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B17 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6B17 is #7394E8. Grayscale: #6B6B6B. Windows color (decimal): -7574761 or 1534860. OLE color: 1534860.

HSL color Cylindrical-coordinate representation of color #8C6B17: hue angle of 43.08º degrees, saturation: 0.72, 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 #8C6B17 is Cyan = 0, Magento = 0.24, Yellow = 0.84 and Black (K on CMYK) = 0.45.

Color convert

RGB14010723-
CMYK00.240.840.45
HSL43.08º71.78%31.96%-
HSV(B)43.08º83.57%54.9%-
XYZ16.2316.153.07-
YUV107.2980.43151.33-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.85%
GREEN value IS 107 (42.19% from 255) = 39.63%
BLUE value IS 23 (9.38% from 255) = 8.52%
R=51.85%
G=39.63%
B=8.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401072300.240.840.4543.0871.7831.96
Hex8C6B17018542D2b4820
Octal21415327030124555311040
Binary1000110011010111011101100010101001011011010111001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6B17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,107,23); }

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

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

 a { background-color: rgb(140,107,23); }

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

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

 span { border-color: rgb(140,107,23); }

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