Shades of Golden Brown #876010
Tints of Golden Brown #876010
RGB
CMYK
RGB Variations
Color information
#876010 (or 0x876010) is known color: Golden Brown. HEX triplet: 87, 60 and 10. RGB value is (135,96,16). Sum of RGB (Red+Green+Blue) = 135+96+16=247 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.66% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 16 (6.64% from 255 or 6.48% from 247); Max value from RGB is 135 - color contains mainly: red. Hex color #876010 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876010 is #789FEF. Grayscale: #626262. Windows color (decimal): -7905264 or 1073287. OLE color: 1073287.
HSL color Cylindrical-coordinate representation of color #876010: hue angle of 40.34º degrees, saturation: 0.79, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #876010 is Cyan = 0, Magento = 0.29, Yellow = 0.88 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 96 | 16 | - |
| CMYK | 0 | 0.29 | 0.88 | 0.47 |
| HSL | 40.34º | 0.79% | 0.3% | - |
| HSV(B) | 40.34º | 0.88% | 0.53% | - |
| XYZ | 14.27 | 13.55 | 2.35 | - |
| YUV | 98.54 | 81.42 | 154 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 96 | 16 | 0 | 0.29 | 0.88 | 0.47 | 40.34 | 0.79 | 0.3 |
| Hex | 87 | 60 | 10 | 0 | 1D | 58 | 2F | 28 | 4F | 1E |
| Octal | 207 | 140 | 20 | 0 | 35 | 130 | 57 | 50 | 117 | 36 |
| Binary | 10000111 | 1100000 | 10000 | 0 | 11101 | 1011000 | 101111 | 101000 | 1001111 | 11110 |
Color Harmonies of #876010
Complementary color
Monochromatic Colors of #876010
Black with #876010
Text Example
Text Example
White with #876010
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876010; }
p { color: rgb(135,96,16); }
H1.HeaderClassName
{
color: #876010;
}
.AnyTagClassName
{
color: #876010;
}
</style>
background-color css
<style>
a { background-color: #876010; }
a { background-color: rgb(135,96,16); }
div.DivClassName
{
background-color: #876010;
}
.BgClassName
{
background-color: #876010;
}
</style>
border-color css
<style>
span { border-color: #876010; }
span { border-color: rgb(135,96,16); }
td.TdClassName
{
border-color: #876010;
}
.TagClassName
{
border-color: #876010;
}
</style>