Shades of Beaver #896D61
Tints of Beaver #896D61
RGB
CMYK
RGB Variations
Color information
#896D61 (or 0x896D61) is known color: Beaver. HEX triplet: 89, 6D and 61. RGB value is (137,109,97). Sum of RGB (Red+Green+Blue) = 137+109+97=343 (45% of max value = 765). Red value is 137 (53.91% from 255 or 39.94% from 343); Green value is 109 (42.97% from 255 or 31.78% from 343); Blue value is 97 (38.28% from 255 or 28.28% from 343); Max value from RGB is 137 - color contains mainly: red. Hex color #896D61 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896D61 is #76929E. Grayscale: #747474. Windows color (decimal): -7770783 or 6385033. OLE color: 6385033.
HSL color Cylindrical-coordinate representation of color #896D61: hue angle of 18º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #896D61 is Cyan = 0, Magento = 0.20, Yellow = 0.29 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 97 | - |
| CMYK | 0 | 0.20 | 0.29 | 0.46 |
| HSL | 18º | 0.17% | 0.46% | - |
| HSV(B) | 18º | 0.29% | 0.54% | - |
| XYZ | 17.94 | 17.12 | 13.67 | - |
| YUV | 116 | 117.28 | 142.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 97 | 0 | 0.20 | 0.29 | 0.46 | 18 | 0.17 | 0.46 |
| Hex | 89 | 6D | 61 | 0 | 14 | 1D | 2E | 12 | 11 | 2E |
| Octal | 211 | 155 | 141 | 0 | 24 | 35 | 56 | 22 | 21 | 56 |
| Binary | 10001001 | 1101101 | 1100001 | 0 | 10100 | 11101 | 101110 | 10010 | 10001 | 101110 |
Color Harmonies of #896D61
Complementary color
Monochromatic Colors of #896D61
Black with #896D61
Text Example
Text Example
White with #896D61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D61; }
p { color: rgb(137,109,97); }
H1.HeaderClassName
{
color: #896D61;
}
.AnyTagClassName
{
color: #896D61;
}
</style>
background-color css
<style>
a { background-color: #896D61; }
a { background-color: rgb(137,109,97); }
div.DivClassName
{
background-color: #896D61;
}
.BgClassName
{
background-color: #896D61;
}
</style>
border-color css
<style>
span { border-color: #896D61; }
span { border-color: rgb(137,109,97); }
td.TdClassName
{
border-color: #896D61;
}
.TagClassName
{
border-color: #896D61;
}
</style>