Shades of Golden Brown #876608
Tints of Golden Brown #876608
RGB
CMYK
RGB Variations
Color information
#876608 (or 0x876608) is known color: Golden Brown. HEX triplet: 87, 66 and 08. RGB value is (135,102,8). Sum of RGB (Red+Green+Blue) = 135+102+8=245 (32% of max value = 765). Red value is 135 (53.12% from 255 or 55.10% from 245); Green value is 102 (40.23% from 255 or 41.63% from 245); Blue value is 8 (3.52% from 255 or 3.27% from 245); Max value from RGB is 135 - color contains mainly: red. Hex color #876608 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #876608 is #7899F7. Grayscale: #656565. Windows color (decimal): -7903736 or 550535. OLE color: 550535.
HSL color Cylindrical-coordinate representation of color #876608: hue angle of 44.41º degrees, saturation: 0.89, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #876608 is Cyan = 0, Magento = 0.24, Yellow = 0.94 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 102 | 8 | - |
| CMYK | 0 | 0.24 | 0.94 | 0.47 |
| HSL | 44.41º | 0.89% | 0.28% | - |
| HSV(B) | 44.41º | 0.94% | 0.53% | - |
| XYZ | 14.79 | 14.67 | 2.28 | - |
| YUV | 101.15 | 75.43 | 152.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 102 | 8 | 0 | 0.24 | 0.94 | 0.47 | 44.41 | 0.89 | 0.28 |
| Hex | 87 | 66 | 8 | 0 | 18 | 5E | 2F | 2C | 59 | 1C |
| Octal | 207 | 146 | 10 | 0 | 30 | 136 | 57 | 54 | 131 | 34 |
| Binary | 10000111 | 1100110 | 1000 | 0 | 11000 | 1011110 | 101111 | 101100 | 1011001 | 11100 |
Color Harmonies of #876608
Complementary color
Monochromatic Colors of #876608
Black with #876608
Text Example
Text Example
White with #876608
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876608; }
p { color: rgb(135,102,8); }
H1.HeaderClassName
{
color: #876608;
}
.AnyTagClassName
{
color: #876608;
}
</style>
background-color css
<style>
a { background-color: #876608; }
a { background-color: rgb(135,102,8); }
div.DivClassName
{
background-color: #876608;
}
.BgClassName
{
background-color: #876608;
}
</style>
border-color css
<style>
span { border-color: #876608; }
span { border-color: rgb(135,102,8); }
td.TdClassName
{
border-color: #876608;
}
.TagClassName
{
border-color: #876608;
}
</style>