Shades of Beaver #866D60
Tints of Beaver #866D60
RGB
CMYK
RGB Variations
Color information
#866D60 (or 0x866D60) is known color: Beaver. HEX triplet: 86, 6D and 60. RGB value is (134,109,96). Sum of RGB (Red+Green+Blue) = 134+109+96=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 109 (42.97% from 255 or 32.15% from 339); Blue value is 96 (37.89% from 255 or 28.32% from 339); Max value from RGB is 134 - color contains mainly: red. Hex color #866D60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #866D60 is #79929F. Grayscale: #737373. Windows color (decimal): -7967392 or 6319494. OLE color: 6319494.
HSL color Cylindrical-coordinate representation of color #866D60: hue angle of 20.53º degrees, saturation: 0.17, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #866D60 is Cyan = 0, Magento = 0.19, Yellow = 0.28 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 134 | 109 | 96 | - |
| CMYK | 0 | 0.19 | 0.28 | 0.47 |
| HSL | 20.53º | 0.17% | 0.45% | - |
| HSV(B) | 20.53º | 0.28% | 0.53% | - |
| XYZ | 17.41 | 16.85 | 13.4 | - |
| YUV | 114.99 | 117.28 | 141.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 109 | 96 | 0 | 0.19 | 0.28 | 0.47 | 20.53 | 0.17 | 0.45 |
| Hex | 86 | 6D | 60 | 0 | 13 | 1C | 2F | 15 | 11 | 2D |
| Octal | 206 | 155 | 140 | 0 | 23 | 34 | 57 | 25 | 21 | 55 |
| Binary | 10000110 | 1101101 | 1100000 | 0 | 10011 | 11100 | 101111 | 10101 | 10001 | 101101 |
Color Harmonies of #866D60
Complementary color
Monochromatic Colors of #866D60
Black with #866D60
Text Example
Text Example
White with #866D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866D60; }
p { color: rgb(134,109,96); }
H1.HeaderClassName
{
color: #866D60;
}
.AnyTagClassName
{
color: #866D60;
}
</style>
background-color css
<style>
a { background-color: #866D60; }
a { background-color: rgb(134,109,96); }
div.DivClassName
{
background-color: #866D60;
}
.BgClassName
{
background-color: #866D60;
}
</style>
border-color css
<style>
span { border-color: #866D60; }
span { border-color: rgb(134,109,96); }
td.TdClassName
{
border-color: #866D60;
}
.TagClassName
{
border-color: #866D60;
}
</style>