Shades of Beaver #896D5E
Tints of Beaver #896D5E
RGB
CMYK
RGB Variations
Color information
#896D5E (or 0x896D5E) is known color: Beaver. HEX triplet: 89, 6D and 5E. RGB value is (137,109,94). Sum of RGB (Red+Green+Blue) = 137+109+94=340 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.29% from 340); Green value is 109 (42.97% from 255 or 32.06% from 340); Blue value is 94 (37.11% from 255 or 27.65% from 340); Max value from RGB is 137 - color contains mainly: red. Hex color #896D5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896D5E is #7692A1. Grayscale: #737373. Windows color (decimal): -7770786 or 6188425. OLE color: 6188425.
HSL color Cylindrical-coordinate representation of color #896D5E: hue angle of 20.93º 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 #896D5E is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 94 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.46 |
| HSL | 20.93º | 0.19% | 0.45% | - |
| HSV(B) | 20.93º | 0.31% | 0.54% | - |
| XYZ | 17.81 | 17.06 | 12.94 | - |
| YUV | 115.66 | 115.78 | 143.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 94 | 0 | 0.20 | 0.31 | 0.46 | 20.93 | 0.19 | 0.45 |
| Hex | 89 | 6D | 5E | 0 | 14 | 1F | 2E | 15 | 13 | 2D |
| Octal | 211 | 155 | 136 | 0 | 24 | 37 | 56 | 25 | 23 | 55 |
| Binary | 10001001 | 1101101 | 1011110 | 0 | 10100 | 11111 | 101110 | 10101 | 10011 | 101101 |
Color Harmonies of #896D5E
Complementary color
Monochromatic Colors of #896D5E
Black with #896D5E
Text Example
Text Example
White with #896D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D5E; }
p { color: rgb(137,109,94); }
H1.HeaderClassName
{
color: #896D5E;
}
.AnyTagClassName
{
color: #896D5E;
}
</style>
background-color css
<style>
a { background-color: #896D5E; }
a { background-color: rgb(137,109,94); }
div.DivClassName
{
background-color: #896D5E;
}
.BgClassName
{
background-color: #896D5E;
}
</style>
border-color css
<style>
span { border-color: #896D5E; }
span { border-color: rgb(137,109,94); }
td.TdClassName
{
border-color: #896D5E;
}
.TagClassName
{
border-color: #896D5E;
}
</style>