Shades of Golden Brown #876100
Tints of Golden Brown #876100
RGB
CMYK
RGB Variations
Color information
#876100 (or 0x876100) is known color: Golden Brown. HEX triplet: 87, 61 and 00. RGB value is (135,97,0). Sum of RGB (Red+Green+Blue) = 135+97+0=232 (30% of max value = 765). Red value is 135 (53.12% from 255 or 58.19% from 232); Green value is 97 (38.28% from 255 or 41.81% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 135 - color contains mainly: red. Hex color #876100 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876100 is #789EFF. Grayscale: #616161. Windows color (decimal): -7905024 or 24967. OLE color: 24967.
HSL color Cylindrical-coordinate representation of color #876100: hue angle of 43.11º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 1%. Process color model (Four color, CMYK) of #876100 is Cyan = 0, Magento = 0.28, Yellow = 1 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 97 | 0 | - |
| CMYK | 0 | 0.28 | 1 | 0.47 |
| HSL | 43.11º | 1% | 0.26% | - |
| HSV(B) | 43.11º | 1% | 0.53% | - |
| XYZ | 14.27 | 13.7 | 1.89 | - |
| YUV | 97.3 | 73.09 | 154.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 97 | 0 | 0 | 0.28 | 1 | 0.47 | 43.11 | 1 | 0.26 |
| Hex | 87 | 61 | 0 | 0 | 1C | 64 | 2F | 2B | 64 | 1A |
| Octal | 207 | 141 | 0 | 0 | 34 | 144 | 57 | 53 | 144 | 32 |
| Binary | 10000111 | 1100001 | 0 | 0 | 11100 | 1100100 | 101111 | 101011 | 1100100 | 11010 |
Color Harmonies of #876100
Complementary color
Monochromatic Colors of #876100
Black with #876100
Text Example
Text Example
White with #876100
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876100; }
p { color: rgb(135,97,0); }
H1.HeaderClassName
{
color: #876100;
}
.AnyTagClassName
{
color: #876100;
}
</style>
background-color css
<style>
a { background-color: #876100; }
a { background-color: rgb(135,97,0); }
div.DivClassName
{
background-color: #876100;
}
.BgClassName
{
background-color: #876100;
}
</style>
border-color css
<style>
span { border-color: #876100; }
span { border-color: rgb(135,97,0); }
td.TdClassName
{
border-color: #876100;
}
.TagClassName
{
border-color: #876100;
}
</style>