Shades of Golden Brown #8B6A01
Tints of Golden Brown #8B6A01
RGB
CMYK
RGB Variations
Color information
#8B6A01 (or 0x8B6A01) is known color: Golden Brown. HEX triplet: 8B, 6A and 01. RGB value is (139,106,1). Sum of RGB (Red+Green+Blue) = 139+106+1=246 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.50% from 246); Green value is 106 (41.80% from 255 or 43.09% from 246); Blue value is 1 (0.78% from 255 or 0.41% from 246); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6A01 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6A01 is #7495FE. Grayscale: #686868. Windows color (decimal): -7640575 or 92811. OLE color: 92811.
HSL color Cylindrical-coordinate representation of color #8B6A01: hue angle of 45.65º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8B6A01 is Cyan = 0, Magento = 0.24, Yellow = 0.99 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 106 | 1 | - |
| CMYK | 0 | 0.24 | 0.99 | 0.45 |
| HSL | 45.65º | 0.99% | 0.27% | - |
| HSV(B) | 45.65º | 0.99% | 0.55% | - |
| XYZ | 15.81 | 15.8 | 2.25 | - |
| YUV | 103.9 | 69.93 | 153.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 106 | 1 | 0 | 0.24 | 0.99 | 0.45 | 45.65 | 0.99 | 0.27 |
| Hex | 8B | 6A | 1 | 0 | 18 | 63 | 2D | 2E | 63 | 1B |
| Octal | 213 | 152 | 1 | 0 | 30 | 143 | 55 | 56 | 143 | 33 |
| Binary | 10001011 | 1101010 | 1 | 0 | 11000 | 1100011 | 101101 | 101110 | 1100011 | 11011 |
Color Harmonies of #8B6A01
Complementary color
Monochromatic Colors of #8B6A01
Black with #8B6A01
Text Example
Text Example
White with #8B6A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6A01; }
p { color: rgb(139,106,1); }
H1.HeaderClassName
{
color: #8B6A01;
}
.AnyTagClassName
{
color: #8B6A01;
}
</style>
background-color css
<style>
a { background-color: #8B6A01; }
a { background-color: rgb(139,106,1); }
div.DivClassName
{
background-color: #8B6A01;
}
.BgClassName
{
background-color: #8B6A01;
}
</style>
border-color css
<style>
span { border-color: #8B6A01; }
span { border-color: rgb(139,106,1); }
td.TdClassName
{
border-color: #8B6A01;
}
.TagClassName
{
border-color: #8B6A01;
}
</style>