Shades of Golden Brown #8B6000
Tints of Golden Brown #8B6000
RGB
CMYK
RGB Variations
Color information
#8B6000 (or 0x8B6000) is known color: Golden Brown. HEX triplet: 8B, 60 and 00. RGB value is (139,96,0). Sum of RGB (Red+Green+Blue) = 139+96+0=235 (31% of max value = 765). Red value is 139 (54.69% from 255 or 59.15% from 235); Green value is 96 (37.89% from 255 or 40.85% from 235); Blue value is 0 (0.39% from 255 or 0% from 235); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6000 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #8B6000 is #749FFF. Grayscale: #626262. Windows color (decimal): -7643136 or 24715. OLE color: 24715.
HSL color Cylindrical-coordinate representation of color #8B6000: hue angle of 41.44º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8B6000 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 139 | 96 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0.45 |
| HSL | 41.44º | 1% | 0.27% | - |
| HSV(B) | 41.44º | 1% | 0.55% | - |
| XYZ | 14.83 | 13.85 | 1.89 | - |
| YUV | 97.91 | 72.75 | 157.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 139 | 96 | 0 | 0 | 0.31 | 1 | 0.45 | 41.44 | 1 | 0.27 |
| Hex | 8B | 60 | 0 | 0 | 1F | 64 | 2D | 29 | 64 | 1B |
| Octal | 213 | 140 | 0 | 0 | 37 | 144 | 55 | 51 | 144 | 33 |
| Binary | 10001011 | 1100000 | 0 | 0 | 11111 | 1100100 | 101101 | 101001 | 1100100 | 11011 |
Color Harmonies of #8B6000
Complementary color
Monochromatic Colors of #8B6000
Black with #8B6000
Text Example
Text Example
White with #8B6000
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8B6000; }
p { color: rgb(139,96,0); }
H1.HeaderClassName
{
color: #8B6000;
}
.AnyTagClassName
{
color: #8B6000;
}
</style>
background-color css
<style>
a { background-color: #8B6000; }
a { background-color: rgb(139,96,0); }
div.DivClassName
{
background-color: #8B6000;
}
.BgClassName
{
background-color: #8B6000;
}
</style>
border-color css
<style>
span { border-color: #8B6000; }
span { border-color: rgb(139,96,0); }
td.TdClassName
{
border-color: #8B6000;
}
.TagClassName
{
border-color: #8B6000;
}
</style>