Shades of Beaver #896B5B
Tints of Beaver #896B5B
RGB
CMYK
RGB Variations
Color information
#896B5B (or 0x896B5B) is known color: Beaver. HEX triplet: 89, 6B and 5B. RGB value is (137,107,91). Sum of RGB (Red+Green+Blue) = 137+107+91=335 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.90% from 335); Green value is 107 (42.19% from 255 or 31.94% from 335); Blue value is 91 (35.94% from 255 or 27.16% from 335); Max value from RGB is 137 - color contains mainly: red. Hex color #896B5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896B5B is #7694A4. Grayscale: #727272. Windows color (decimal): -7771301 or 5991305. OLE color: 5991305.
HSL color Cylindrical-coordinate representation of color #896B5B: hue angle of 20.87º 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 #896B5B is Cyan = 0, Magento = 0.22, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 107 | 91 | - |
| CMYK | 0 | 0.22 | 0.34 | 0.46 |
| HSL | 20.87º | 0.2% | 0.45% | - |
| HSV(B) | 20.87º | 0.34% | 0.54% | - |
| XYZ | 17.46 | 16.59 | 12.18 | - |
| YUV | 114.15 | 114.94 | 144.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 107 | 91 | 0 | 0.22 | 0.34 | 0.46 | 20.87 | 0.2 | 0.45 |
| Hex | 89 | 6B | 5B | 0 | 16 | 22 | 2E | 15 | 14 | 2D |
| Octal | 211 | 153 | 133 | 0 | 26 | 42 | 56 | 25 | 24 | 55 |
| Binary | 10001001 | 1101011 | 1011011 | 0 | 10110 | 100010 | 101110 | 10101 | 10100 | 101101 |
Color Harmonies of #896B5B
Complementary color
Monochromatic Colors of #896B5B
Black with #896B5B
Text Example
Text Example
White with #896B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896B5B; }
p { color: rgb(137,107,91); }
H1.HeaderClassName
{
color: #896B5B;
}
.AnyTagClassName
{
color: #896B5B;
}
</style>
background-color css
<style>
a { background-color: #896B5B; }
a { background-color: rgb(137,107,91); }
div.DivClassName
{
background-color: #896B5B;
}
.BgClassName
{
background-color: #896B5B;
}
</style>
border-color css
<style>
span { border-color: #896B5B; }
span { border-color: rgb(137,107,91); }
td.TdClassName
{
border-color: #896B5B;
}
.TagClassName
{
border-color: #896B5B;
}
</style>