Shades of Beaver #876F63
Tints of Beaver #876F63
RGB
CMYK
RGB Variations
Color information
#876F63 (or 0x876F63) is known color: Beaver. HEX triplet: 87, 6F and 63. RGB value is (135,111,99). Sum of RGB (Red+Green+Blue) = 135+111+99=345 (45% of max value = 765). Red value is 135 (53.12% from 255 or 39.13% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 99 (39.06% from 255 or 28.70% from 345); Max value from RGB is 135 - color contains mainly: red. Hex color #876F63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #876F63 is #78909C. Grayscale: #747474. Windows color (decimal): -7901341 or 6516615. OLE color: 6516615.
HSL color Cylindrical-coordinate representation of color #876F63: hue angle of 20º degrees, saturation: 0.15, 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 #876F63 is Cyan = 0, Magento = 0.18, Yellow = 0.27 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 135 | 111 | 99 | - |
| CMYK | 0 | 0.18 | 0.27 | 0.47 |
| HSL | 20º | 0.15% | 0.46% | - |
| HSV(B) | 20º | 0.27% | 0.53% | - |
| XYZ | 17.93 | 17.42 | 14.22 | - |
| YUV | 116.81 | 117.95 | 140.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 111 | 99 | 0 | 0.18 | 0.27 | 0.47 | 20 | 0.15 | 0.46 |
| Hex | 87 | 6F | 63 | 0 | 12 | 1B | 2F | 14 | F | 2E |
| Octal | 207 | 157 | 143 | 0 | 22 | 33 | 57 | 24 | 17 | 56 |
| Binary | 10000111 | 1101111 | 1100011 | 0 | 10010 | 11011 | 101111 | 10100 | 1111 | 101110 |
Color Harmonies of #876F63
Complementary color
Monochromatic Colors of #876F63
Black with #876F63
Text Example
Text Example
White with #876F63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #876F63; }
p { color: rgb(135,111,99); }
H1.HeaderClassName
{
color: #876F63;
}
.AnyTagClassName
{
color: #876F63;
}
</style>
background-color css
<style>
a { background-color: #876F63; }
a { background-color: rgb(135,111,99); }
div.DivClassName
{
background-color: #876F63;
}
.BgClassName
{
background-color: #876F63;
}
</style>
border-color css
<style>
span { border-color: #876F63; }
span { border-color: rgb(135,111,99); }
td.TdClassName
{
border-color: #876F63;
}
.TagClassName
{
border-color: #876F63;
}
</style>