Shades of Beaver #896D5B
Tints of Beaver #896D5B
RGB
CMYK
RGB Variations
Color information
#896D5B (or 0x896D5B) is known color: Beaver. HEX triplet: 89, 6D and 5B. RGB value is (137,109,91). Sum of RGB (Red+Green+Blue) = 137+109+91=337 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.65% from 337); Green value is 109 (42.97% from 255 or 32.34% from 337); Blue value is 91 (35.94% from 255 or 27.00% from 337); Max value from RGB is 137 - color contains mainly: red. Hex color #896D5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896D5B is #7692A4. Grayscale: #737373. Windows color (decimal): -7770789 or 5991817. OLE color: 5991817.
HSL color Cylindrical-coordinate representation of color #896D5B: hue angle of 23.48º degrees, saturation: 0.2, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #896D5B is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 109 | 91 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.46 |
| HSL | 23.48º | 0.2% | 0.45% | - |
| HSV(B) | 23.48º | 0.34% | 0.54% | - |
| XYZ | 17.67 | 17.01 | 12.25 | - |
| YUV | 115.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 109 | 91 | 0 | 0.20 | 0.34 | 0.46 | 23.48 | 0.2 | 0.45 |
| Hex | 89 | 6D | 5B | 0 | 14 | 22 | 2E | 17 | 14 | 2D |
| Octal | 211 | 155 | 133 | 0 | 24 | 42 | 56 | 27 | 24 | 55 |
| Binary | 10001001 | 1101101 | 1011011 | 0 | 10100 | 100010 | 101110 | 10111 | 10100 | 101101 |
Color Harmonies of #896D5B
Complementary color
Monochromatic Colors of #896D5B
Black with #896D5B
Text Example
Text Example
White with #896D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896D5B; }
p { color: rgb(137,109,91); }
H1.HeaderClassName
{
color: #896D5B;
}
.AnyTagClassName
{
color: #896D5B;
}
</style>
background-color css
<style>
a { background-color: #896D5B; }
a { background-color: rgb(137,109,91); }
div.DivClassName
{
background-color: #896D5B;
}
.BgClassName
{
background-color: #896D5B;
}
</style>
border-color css
<style>
span { border-color: #896D5B; }
span { border-color: rgb(137,109,91); }
td.TdClassName
{
border-color: #896D5B;
}
.TagClassName
{
border-color: #896D5B;
}
</style>