Shades of Beaver #876E62
Tints of Beaver #876E62
RGB
CMYK
RGB Variations
Color information
#876E62 (or 0x876E62) is known color: Beaver. HEX triplet: 87, 6E and 62. RGB value is (135,110,98). Sum of RGB (Red+Green+Blue) = 135+110+98=343 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.36% from 343); Green value is 110 (43.36% from 255 or 32.07% from 343); Blue value is 98 (38.67% from 255 or 28.57% from 343); Max value from RGB is 135 - color contains mainly: red. Hex color #876E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876E62 is #78919D. Grayscale: #747474. Windows color (decimal): -7901598 or 6450823. OLE color: 6450823.
HSL color Cylindrical-coordinate representation of color #876E62: hue angle of 19.46º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #876E62 is Cyan = 0, Magento = 0.19, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 110 | 98 | - |
| CMYK | 0 | 0.19 | 0.27 | 0.47 |
| HSL | 19.46º | 0.16% | 0.46% | - |
| HSV(B) | 19.46º | 0.27% | 0.53% | - |
| XYZ | 17.77 | 17.18 | 13.94 | - |
| YUV | 116.11 | 117.78 | 141.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 110 | 98 | 0 | 0.19 | 0.27 | 0.47 | 19.46 | 0.16 | 0.46 |
| Hex | 87 | 6E | 62 | 0 | 13 | 1B | 2F | 13 | 10 | 2E |
| Octal | 207 | 156 | 142 | 0 | 23 | 33 | 57 | 23 | 20 | 56 |
| Binary | 10000111 | 1101110 | 1100010 | 0 | 10011 | 11011 | 101111 | 10011 | 10000 | 101110 |
Color Harmonies of #876E62
Complementary color
Monochromatic Colors of #876E62
Black with #876E62
Text Example
Text Example
White with #876E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876E62; }
p { color: rgb(135,110,98); }
H1.HeaderClassName
{
color: #876E62;
}
.AnyTagClassName
{
color: #876E62;
}
</style>
background-color css
<style>
a { background-color: #876E62; }
a { background-color: rgb(135,110,98); }
div.DivClassName
{
background-color: #876E62;
}
.BgClassName
{
background-color: #876E62;
}
</style>
border-color css
<style>
span { border-color: #876E62; }
span { border-color: rgb(135,110,98); }
td.TdClassName
{
border-color: #876E62;
}
.TagClassName
{
border-color: #876E62;
}
</style>