Shades of Beaver #896A5E
Tints of Beaver #896A5E
RGB
CMYK
RGB Variations
Color information
#896A5E (or 0x896A5E) is known color: Beaver. HEX triplet: 89, 6A and 5E. RGB value is (137,106,94). Sum of RGB (Red+Green+Blue) = 137+106+94=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 106 (41.80% from 255 or 31.45% from 337); Blue value is 94 (37.11% from 255 or 27.89% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #896A5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896A5E is #7695A1. Grayscale: #717171. Windows color (decimal): -7771554 or 6187657. OLE color: 6187657.
HSL color Cylindrical-coordinate representation of color #896A5E: hue angle of 16.74º degrees, saturation: 0.19, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #896A5E is Cyan = 0, Magento = 0.23, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 106 | 94 | - |
| CMYK | 0 | 0.23 | 0.31 | 0.46 |
| HSL | 16.74º | 0.19% | 0.45% | - |
| HSV(B) | 16.74º | 0.31% | 0.54% | - |
| XYZ | 17.49 | 16.43 | 12.84 | - |
| YUV | 113.9 | 116.77 | 144.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 106 | 94 | 0 | 0.23 | 0.31 | 0.46 | 16.74 | 0.19 | 0.45 |
| Hex | 89 | 6A | 5E | 0 | 17 | 1F | 2E | 11 | 13 | 2D |
| Octal | 211 | 152 | 136 | 0 | 27 | 37 | 56 | 21 | 23 | 55 |
| Binary | 10001001 | 1101010 | 1011110 | 0 | 10111 | 11111 | 101110 | 10001 | 10011 | 101101 |
Color Harmonies of #896A5E
Complementary color
Monochromatic Colors of #896A5E
Black with #896A5E
Text Example
Text Example
White with #896A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896A5E; }
p { color: rgb(137,106,94); }
H1.HeaderClassName
{
color: #896A5E;
}
.AnyTagClassName
{
color: #896A5E;
}
</style>
background-color css
<style>
a { background-color: #896A5E; }
a { background-color: rgb(137,106,94); }
div.DivClassName
{
background-color: #896A5E;
}
.BgClassName
{
background-color: #896A5E;
}
</style>
border-color css
<style>
span { border-color: #896A5E; }
span { border-color: rgb(137,106,94); }
td.TdClassName
{
border-color: #896A5E;
}
.TagClassName
{
border-color: #896A5E;
}
</style>