#8B6C18

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

Shades of Yukon Gold #8B6C18

Tints of Yukon Gold #8B6C18

Color information

#8B6C18 (or 0x8B6C18) is unknown color: approx Yukon Gold. HEX triplet: 8B, 6C and 18. RGB value is (139,108,24). Sum of RGB (Red+Green+Blue) = 139+108+24=271 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.29% from 271); Green value is 108 (42.58% from 255 or 39.85% from 271); Blue value is 24 (9.77% from 255 or 8.86% from 271); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6C18 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6C18 is #7493E7. Grayscale: #6C6C6C. Windows color (decimal): -7640040 or 1600651. OLE color: 1600651.

HSL color Cylindrical-coordinate representation of color #8B6C18: hue angle of 43.83º 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 #8B6C18 is Cyan = 0, Magento = 0.22, Yellow = 0.83 and Black (K on CMYK) = 0.45.

Color convert

RGB13910824-
CMYK00.220.830.45
HSL43.83º70.55%31.96%-
HSV(B)43.83º82.73%54.51%-
XYZ16.1716.283.15-
YUV107.6980.77150.33-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.29%
GREEN value IS 108 (42.58% from 255) = 39.85%
BLUE value IS 24 (9.77% from 255) = 8.86%
R=51.29%
G=39.85%
B=8.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.83
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391082400.220.830.4543.8370.5531.96
Hex8B6C18016532D2c4720
Octal21315430026123555410740
Binary1000101111011001100001011010100111011011011001000111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6C18

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,108,24); }

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

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

 a { background-color: rgb(139,108,24); }

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

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

 span { border-color: rgb(139,108,24); }

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