#8B6B16

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

Shades of Yukon Gold #8B6B16

Tints of Yukon Gold #8B6B16

Color information

#8B6B16 (or 0x8B6B16) is unknown color: approx Yukon Gold. HEX triplet: 8B, 6B and 16. RGB value is (139,107,22). Sum of RGB (Red+Green+Blue) = 139+107+22=268 (35% of max value = 765). Red value is 139 (54.69% from 255 or 51.87% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 22 (8.98% from 255 or 8.21% from 268); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B16 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6B16 is #7494E9. Grayscale: #6B6B6B. Windows color (decimal): -7640298 or 1469323. OLE color: 1469323.

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

Color convert

RGB13910722-
CMYK00.230.840.45
HSL43.59º72.67%31.57%-
HSV(B)43.59º84.17%54.51%-
XYZ16.0516.063.01-
YUV106.8880.1150.91-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 51.87%
GREEN value IS 107 (42.19% from 255) = 39.93%
BLUE value IS 22 (8.98% from 255) = 8.21%
R=51.87%
G=39.93%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.84
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391072200.230.840.4543.5972.6731.57
Hex8B6B16017542D2c4920
Octal21315326027124555411140
Binary1000101111010111011001011110101001011011011001001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,107,22); }

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

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

 a { background-color: rgb(139,107,22); }

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

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

 span { border-color: rgb(139,107,22); }

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