#8B6B21

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

Shades of Yukon Gold #8B6B21

Tints of Yukon Gold #8B6B21

Color information

#8B6B21 (or 0x8B6B21) is unknown color: approx Yukon Gold. HEX triplet: 8B, 6B and 21. RGB value is (139,107,33). Sum of RGB (Red+Green+Blue) = 139+107+33=279 (36% of max value = 765). Red value is 139 (54.69% from 255 or 49.82% from 279); Green value is 107 (42.19% from 255 or 38.35% from 279); Blue value is 33 (13.28% from 255 or 11.83% from 279); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B21 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6B21 is #7494DE. Grayscale: #6C6C6C. Windows color (decimal): -7640287 or 2190219. OLE color: 2190219.

HSL color Cylindrical-coordinate representation of color #8B6B21: hue angle of 41.89º degrees, saturation: 0.62, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8B6B21 is Cyan = 0, Magento = 0.23, Yellow = 0.76 and Black (K on CMYK) = 0.45.

Color convert

RGB13910733-
CMYK00.230.760.45
HSL41.89º61.63%33.73%-
HSV(B)41.89º76.26%54.51%-
XYZ16.1816.113.7-
YUV108.1385.6150.02-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.82%
GREEN value IS 107 (42.19% from 255) = 38.35%
BLUE value IS 33 (13.28% from 255) = 11.83%
R=49.82%
G=38.35%
B=11.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.76
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391073300.230.760.4541.8961.6333.73
Hex8B6B210174C2D2a3e22
Octal2131534102711455527642
Binary1000101111010111000010101111001100101101101010111110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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