#8B6B1B

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

Shades of Yukon Gold #8B6B1B

Tints of Yukon Gold #8B6B1B

Color information

#8B6B1B (or 0x8B6B1B) is unknown color: approx Yukon Gold. HEX triplet: 8B, 6B and 1B. RGB value is (139,107,27). Sum of RGB (Red+Green+Blue) = 139+107+27=273 (36% of max value = 765). Red value is 139 (54.69% from 255 or 50.92% from 273); Green value is 107 (42.19% from 255 or 39.19% from 273); Blue value is 27 (10.94% from 255 or 9.89% from 273); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6B1B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8B6B1B is #7494E4. Grayscale: #6B6B6B. Windows color (decimal): -7640293 or 1797003. OLE color: 1797003.

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

Color convert

RGB13910727-
CMYK00.230.810.45
HSL42.86º67.47%32.55%-
HSV(B)42.86º80.58%54.51%-
XYZ16.116.083.29-
YUV107.4582.6150.5-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 50.92%
GREEN value IS 107 (42.19% from 255) = 39.19%
BLUE value IS 27 (10.94% from 255) = 9.89%
R=50.92%
G=39.19%
B=9.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.81
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1391072700.230.810.4542.8667.4732.55
Hex8B6B1B017512D2b4321
Octal21315333027121555310341
Binary1000101111010111101101011110100011011011010111000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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