#8C6B18

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

Shades of Yukon Gold #8C6B18

Tints of Yukon Gold #8C6B18

Color information

#8C6B18 (or 0x8C6B18) is unknown color: approx Yukon Gold. HEX triplet: 8C, 6B and 18. RGB value is (140,107,24). Sum of RGB (Red+Green+Blue) = 140+107+24=271 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.66% from 271); Green value is 107 (42.19% from 255 or 39.48% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6B18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8C6B18 is #7394E7. Grayscale: #6B6B6B. Windows color (decimal): -7574760 or 1600396. OLE color: 1600396.

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

Color convert

RGB14010724-
CMYK00.240.830.45
HSL42.93º70.73%32.16%-
HSV(B)42.93º82.86%54.9%-
XYZ16.2416.163.13-
YUV107.480.93151.25-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 51.66%
GREEN value IS 107 (42.19% from 255) = 39.48%
BLUE value IS 24 (9.77% from 255) = 8.86%
R=51.66%
G=39.48%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1401072400.240.830.4542.9370.7332.16
Hex8C6B18018532D2b4720
Octal21415330030123555310740
Binary1000110011010111100001100010100111011011010111000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C6B18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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