Shades of Beaver #876B5D
Tints of Beaver #876B5D
RGB
CMYK
RGB Variations
Color information
#876B5D (or 0x876B5D) is known color: Beaver. HEX triplet: 87, 6B and 5D. RGB value is (135,107,93). Sum of RGB (Red+Green+Blue) = 135+107+93=335 (44% of max value = 765). Red value is 135 (53.12% from 255 or 40.30% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 93 (36.72% from 255 or 27.76% from 335); Max value from RGB is 135 - color contains mainly: red. Hex color #876B5D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876B5D is #7894A2. Grayscale: #717171. Windows color (decimal): -7902371 or 6122375. OLE color: 6122375.
HSL color Cylindrical-coordinate representation of color #876B5D: hue angle of 20º degrees, saturation: 0.18, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #876B5D is Cyan = 0, Magento = 0.21, Yellow = 0.31 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 107 | 93 | - |
| CMYK | 0 | 0.21 | 0.31 | 0.47 |
| HSL | 20º | 0.18% | 0.45% | - |
| HSV(B) | 20º | 0.31% | 0.53% | - |
| XYZ | 17.23 | 16.46 | 12.62 | - |
| YUV | 113.78 | 116.28 | 143.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 107 | 93 | 0 | 0.21 | 0.31 | 0.47 | 20 | 0.18 | 0.45 |
| Hex | 87 | 6B | 5D | 0 | 15 | 1F | 2F | 14 | 12 | 2D |
| Octal | 207 | 153 | 135 | 0 | 25 | 37 | 57 | 24 | 22 | 55 |
| Binary | 10000111 | 1101011 | 1011101 | 0 | 10101 | 11111 | 101111 | 10100 | 10010 | 101101 |
Color Harmonies of #876B5D
Complementary color
Monochromatic Colors of #876B5D
Black with #876B5D
Text Example
Text Example
White with #876B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876B5D; }
p { color: rgb(135,107,93); }
H1.HeaderClassName
{
color: #876B5D;
}
.AnyTagClassName
{
color: #876B5D;
}
</style>
background-color css
<style>
a { background-color: #876B5D; }
a { background-color: rgb(135,107,93); }
div.DivClassName
{
background-color: #876B5D;
}
.BgClassName
{
background-color: #876B5D;
}
</style>
border-color css
<style>
span { border-color: #876B5D; }
span { border-color: rgb(135,107,93); }
td.TdClassName
{
border-color: #876B5D;
}
.TagClassName
{
border-color: #876B5D;
}
</style>