Shades of Beaver #876C5C
Tints of Beaver #876C5C
RGB
CMYK
RGB Variations
Color information
#876C5C (or 0x876C5C) is known color: Beaver. HEX triplet: 87, 6C and 5C. RGB value is (135,108,92). Sum of RGB (Red+Green+Blue) = 135+108+92=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 108 (42.58% from 255 or 32.24% from 335); Blue value is 92 (36.33% from 255 or 27.46% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #876C5C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876C5C is #7893A3. Grayscale: #727272. Windows color (decimal): -7902116 or 6057095. OLE color: 6057095.
HSL color Cylindrical-coordinate representation of color #876C5C: hue angle of 22.33º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #876C5C is Cyan = 0, Magento = 0.2, Yellow = 0.32 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 108 | 92 | - |
| CMYK | 0 | 0.2 | 0.32 | 0.47 |
| HSL | 22.33º | 0.19% | 0.45% | - |
| HSV(B) | 22.33º | 0.32% | 0.53% | - |
| XYZ | 17.29 | 16.65 | 12.43 | - |
| YUV | 114.25 | 115.45 | 142.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 108 | 92 | 0 | 0.2 | 0.32 | 0.47 | 22.33 | 0.19 | 0.45 |
| Hex | 87 | 6C | 5C | 0 | 14 | 20 | 2F | 16 | 13 | 2D |
| Octal | 207 | 154 | 134 | 0 | 24 | 40 | 57 | 26 | 23 | 55 |
| Binary | 10000111 | 1101100 | 1011100 | 0 | 10100 | 100000 | 101111 | 10110 | 10011 | 101101 |
Color Harmonies of #876C5C
Complementary color
Monochromatic Colors of #876C5C
Black with #876C5C
Text Example
Text Example
White with #876C5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876C5C; }
p { color: rgb(135,108,92); }
H1.HeaderClassName
{
color: #876C5C;
}
.AnyTagClassName
{
color: #876C5C;
}
</style>
background-color css
<style>
a { background-color: #876C5C; }
a { background-color: rgb(135,108,92); }
div.DivClassName
{
background-color: #876C5C;
}
.BgClassName
{
background-color: #876C5C;
}
</style>
border-color css
<style>
span { border-color: #876C5C; }
span { border-color: rgb(135,108,92); }
td.TdClassName
{
border-color: #876C5C;
}
.TagClassName
{
border-color: #876C5C;
}
</style>