Shades of Golden Brown #876101
Tints of Golden Brown #876101
RGB
CMYK
RGB Variations
Color information
#876101 (or 0x876101) is known color: Golden Brown. HEX triplet: 87, 61 and 01. RGB value is (135,97,1). Sum of RGB (Red+Green+Blue) = 135+97+1=233 (30% of max value = 765). Red value is 135 (53.12% from 255 or 57.94% from 233); Green value is 97 (38.28% from 255 or 41.63% from 233); Blue value is 1 (0.78% from 255 or 0.43% from 233); Max value from RGB is 135 - color contains mainly: red. Hex color #876101 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876101 is #789EFE. Grayscale: #616161. Windows color (decimal): -7905023 or 90503. OLE color: 90503.
HSL color Cylindrical-coordinate representation of color #876101: hue angle of 42.99º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #876101 is Cyan = 0, Magento = 0.28, Yellow = 0.99 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 97 | 1 | - |
| CMYK | 0 | 0.28 | 0.99 | 0.47 |
| HSL | 42.99º | 0.99% | 0.27% | - |
| HSV(B) | 42.99º | 0.99% | 0.53% | - |
| XYZ | 14.27 | 13.7 | 1.92 | - |
| YUV | 97.42 | 73.59 | 154.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 97 | 1 | 0 | 0.28 | 0.99 | 0.47 | 42.99 | 0.99 | 0.27 |
| Hex | 87 | 61 | 1 | 0 | 1C | 63 | 2F | 2B | 63 | 1B |
| Octal | 207 | 141 | 1 | 0 | 34 | 143 | 57 | 53 | 143 | 33 |
| Binary | 10000111 | 1100001 | 1 | 0 | 11100 | 1100011 | 101111 | 101011 | 1100011 | 11011 |
Color Harmonies of #876101
Complementary color
Monochromatic Colors of #876101
Black with #876101
Text Example
Text Example
White with #876101
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876101; }
p { color: rgb(135,97,1); }
H1.HeaderClassName
{
color: #876101;
}
.AnyTagClassName
{
color: #876101;
}
</style>
background-color css
<style>
a { background-color: #876101; }
a { background-color: rgb(135,97,1); }
div.DivClassName
{
background-color: #876101;
}
.BgClassName
{
background-color: #876101;
}
</style>
border-color css
<style>
span { border-color: #876101; }
span { border-color: rgb(135,97,1); }
td.TdClassName
{
border-color: #876101;
}
.TagClassName
{
border-color: #876101;
}
</style>