Shades of Beaver #896E5B
Tints of Beaver #896E5B
RGB
CMYK
RGB Variations
Color information
#896E5B (or 0x896E5B) is known color: Beaver. HEX triplet: 89, 6E and 5B. RGB value is (137,110,91). Sum of RGB (Red+Green+Blue) = 137+110+91=338 (44% of max value = 765). Red value is 137 (53.91% from 255 or 40.53% from 338); Green value is 110 (43.36% from 255 or 32.54% from 338); Blue value is 91 (35.94% from 255 or 26.92% from 338); Max value from RGB is 137 - color contains mainly: red. Hex color #896E5B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896E5B is #7691A4. Grayscale: #747474. Windows color (decimal): -7770533 or 5992073. OLE color: 5992073.
HSL color Cylindrical-coordinate representation of color #896E5B: hue angle of 24.78º 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 #896E5B is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 110 | 91 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.46 |
| HSL | 24.78º | 0.2% | 0.45% | - |
| HSV(B) | 24.78º | 0.34% | 0.54% | - |
| XYZ | 17.78 | 17.23 | 12.29 | - |
| YUV | 115.91 | 113.95 | 143.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 110 | 91 | 0 | 0.20 | 0.34 | 0.46 | 24.78 | 0.2 | 0.45 |
| Hex | 89 | 6E | 5B | 0 | 14 | 22 | 2E | 19 | 14 | 2D |
| Octal | 211 | 156 | 133 | 0 | 24 | 42 | 56 | 31 | 24 | 55 |
| Binary | 10001001 | 1101110 | 1011011 | 0 | 10100 | 100010 | 101110 | 11001 | 10100 | 101101 |
Color Harmonies of #896E5B
Complementary color
Monochromatic Colors of #896E5B
Black with #896E5B
Text Example
Text Example
White with #896E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896E5B; }
p { color: rgb(137,110,91); }
H1.HeaderClassName
{
color: #896E5B;
}
.AnyTagClassName
{
color: #896E5B;
}
</style>
background-color css
<style>
a { background-color: #896E5B; }
a { background-color: rgb(137,110,91); }
div.DivClassName
{
background-color: #896E5B;
}
.BgClassName
{
background-color: #896E5B;
}
</style>
border-color css
<style>
span { border-color: #896E5B; }
span { border-color: rgb(137,110,91); }
td.TdClassName
{
border-color: #896E5B;
}
.TagClassName
{
border-color: #896E5B;
}
</style>