Shades of Golden Brown #876807
Tints of Golden Brown #876807
RGB
CMYK
RGB Variations
Color information
#876807 (or 0x876807) is known color: Golden Brown. HEX triplet: 87, 68 and 07. RGB value is (135,104,7). Sum of RGB (Red+Green+Blue) = 135+104+7=246 (32% of max value = 765). Red value is 135 (53.12% from 255 or 54.88% from 246); Green value is 104 (41.02% from 255 or 42.28% from 246); Blue value is 7 (3.12% from 255 or 2.85% from 246); Max value from RGB is 135 - color contains mainly: red. Hex color #876807 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876807 is #7897F8. Grayscale: #666666. Windows color (decimal): -7903225 or 485511. OLE color: 485511.
HSL color Cylindrical-coordinate representation of color #876807: hue angle of 45.47º degrees, saturation: 0.9, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #876807 is Cyan = 0, Magento = 0.23, Yellow = 0.95 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 104 | 7 | - |
| CMYK | 0 | 0.23 | 0.95 | 0.47 |
| HSL | 45.47º | 0.9% | 0.28% | - |
| HSV(B) | 45.47º | 0.95% | 0.53% | - |
| XYZ | 14.98 | 15.07 | 2.32 | - |
| YUV | 102.21 | 74.27 | 151.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 104 | 7 | 0 | 0.23 | 0.95 | 0.47 | 45.47 | 0.9 | 0.28 |
| Hex | 87 | 68 | 7 | 0 | 17 | 5F | 2F | 2D | 5A | 1C |
| Octal | 207 | 150 | 7 | 0 | 27 | 137 | 57 | 55 | 132 | 34 |
| Binary | 10000111 | 1101000 | 111 | 0 | 10111 | 1011111 | 101111 | 101101 | 1011010 | 11100 |
Color Harmonies of #876807
Complementary color
Monochromatic Colors of #876807
Black with #876807
Text Example
Text Example
White with #876807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876807; }
p { color: rgb(135,104,7); }
H1.HeaderClassName
{
color: #876807;
}
.AnyTagClassName
{
color: #876807;
}
</style>
background-color css
<style>
a { background-color: #876807; }
a { background-color: rgb(135,104,7); }
div.DivClassName
{
background-color: #876807;
}
.BgClassName
{
background-color: #876807;
}
</style>
border-color css
<style>
span { border-color: #876807; }
span { border-color: rgb(135,104,7); }
td.TdClassName
{
border-color: #876807;
}
.TagClassName
{
border-color: #876807;
}
</style>