Shades of Golden Brown #86590B
Tints of Golden Brown #86590B
RGB
CMYK
RGB Variations
Color information
#86590B (or 0x86590B) is known color: Golden Brown. HEX triplet: 86, 59 and 0B. RGB value is (134,89,11). Sum of RGB (Red+Green+Blue) = 134+89+11=234 (30% of max value = 765). Red value is 134 (52.73% from 255 or 57.26% from 234); Green value is 89 (35.16% from 255 or 38.03% from 234); Blue value is 11 (4.69% from 255 or 4.70% from 234); Max value from RGB is 134 - color contains mainly: red. Hex color #86590B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #86590B is #79A6F4. Grayscale: #5D5D5D. Windows color (decimal): -7972597 or 743814. OLE color: 743814.
HSL color Cylindrical-coordinate representation of color #86590B: hue angle of 38.05º degrees, saturation: 0.85, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #86590B is Cyan = 0, Magento = 0.34, Yellow = 0.92 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 89 | 11 | - |
| CMYK | 0 | 0.34 | 0.92 | 0.47 |
| HSL | 38.05º | 0.85% | 0.28% | - |
| HSV(B) | 38.05º | 0.92% | 0.53% | - |
| XYZ | 13.46 | 12.24 | 1.97 | - |
| YUV | 93.56 | 81.41 | 156.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 89 | 11 | 0 | 0.34 | 0.92 | 0.47 | 38.05 | 0.85 | 0.28 |
| Hex | 86 | 59 | B | 0 | 22 | 5C | 2F | 26 | 55 | 1C |
| Octal | 206 | 131 | 13 | 0 | 42 | 134 | 57 | 46 | 125 | 34 |
| Binary | 10000110 | 1011001 | 1011 | 0 | 100010 | 1011100 | 101111 | 100110 | 1010101 | 11100 |
Color Harmonies of #86590B
Complementary color
Monochromatic Colors of #86590B
Black with #86590B
Text Example
Text Example
White with #86590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86590B; }
p { color: rgb(134,89,11); }
H1.HeaderClassName
{
color: #86590B;
}
.AnyTagClassName
{
color: #86590B;
}
</style>
background-color css
<style>
a { background-color: #86590B; }
a { background-color: rgb(134,89,11); }
div.DivClassName
{
background-color: #86590B;
}
.BgClassName
{
background-color: #86590B;
}
</style>
border-color css
<style>
span { border-color: #86590B; }
span { border-color: rgb(134,89,11); }
td.TdClassName
{
border-color: #86590B;
}
.TagClassName
{
border-color: #86590B;
}
</style>