Shades of Beaver #896F60
Tints of Beaver #896F60
RGB
CMYK
RGB Variations
Color information
#896F60 (or 0x896F60) is known color: Beaver. HEX triplet: 89, 6F and 60. RGB value is (137,111,96). Sum of RGB (Red+Green+Blue) = 137+111+96=344 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.83% from 344); Green value is 111 (43.75% from 255 or 32.27% from 344); Blue value is 96 (37.89% from 255 or 27.91% from 344); Max value from RGB is 137 - color contains mainly: red. Hex color #896F60 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F60 is #76909F. Grayscale: #757575. Windows color (decimal): -7770272 or 6320009. OLE color: 6320009.
HSL color Cylindrical-coordinate representation of color #896F60: hue angle of 21.95º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #896F60 is Cyan = 0, Magento = 0.19, Yellow = 0.30 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 111 | 96 | - |
| CMYK | 0 | 0.19 | 0.30 | 0.46 |
| HSL | 21.95º | 0.18% | 0.46% | - |
| HSV(B) | 21.95º | 0.3% | 0.54% | - |
| XYZ | 18.11 | 17.53 | 13.5 | - |
| YUV | 117.06 | 116.11 | 142.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 96 | 0 | 0.19 | 0.30 | 0.46 | 21.95 | 0.18 | 0.46 |
| Hex | 89 | 6F | 60 | 0 | 13 | 1E | 2E | 16 | 12 | 2E |
| Octal | 211 | 157 | 140 | 0 | 23 | 36 | 56 | 26 | 22 | 56 |
| Binary | 10001001 | 1101111 | 1100000 | 0 | 10011 | 11110 | 101110 | 10110 | 10010 | 101110 |
Color Harmonies of #896F60
Complementary color
Monochromatic Colors of #896F60
Black with #896F60
Text Example
Text Example
White with #896F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896F60; }
p { color: rgb(137,111,96); }
H1.HeaderClassName
{
color: #896F60;
}
.AnyTagClassName
{
color: #896F60;
}
</style>
background-color css
<style>
a { background-color: #896F60; }
a { background-color: rgb(137,111,96); }
div.DivClassName
{
background-color: #896F60;
}
.BgClassName
{
background-color: #896F60;
}
</style>
border-color css
<style>
span { border-color: #896F60; }
span { border-color: rgb(137,111,96); }
td.TdClassName
{
border-color: #896F60;
}
.TagClassName
{
border-color: #896F60;
}
</style>