#8B6C11

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

Shades of Yukon Gold #8B6C11

Tints of Yukon Gold #8B6C11

Color information

#8B6C11 (or 0x8B6C11) is unknown color: approx Yukon Gold. HEX triplet: 8B, 6C and 11. RGB value is (139,108,17). Sum of RGB (Red+Green+Blue) = 139+108+17=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 108 (42.58% from 255 or 40.91% from 264); Blue value is 17 (7.03% from 255 or 6.44% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6C11 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6C11 is #7493EE. Grayscale: #6B6B6B. Windows color (decimal): -7640047 or 1141899. OLE color: 1141899.

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

Color convert

RGB13910817-
CMYK00.220.880.45
HSL44.75º78.21%30.59%-
HSV(B)44.75º87.77%54.51%-
XYZ16.1116.252.82-
YUV106.977.27150.9-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.65%
GREEN value IS 108 (42.58% from 255) = 40.91%
BLUE value IS 17 (7.03% from 255) = 6.44%
R=52.65%
G=40.91%
B=6.44%

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
Decimal1391081700.220.880.4544.7578.2130.59
Hex8B6C11016582D2d4e1f
Octal21315421026130555511637
Binary100010111101100100010101101011000101101101101100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6C11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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