Shades of Beaver #896F5E
Tints of Beaver #896F5E
RGB
CMYK
RGB Variations
Color information
#896F5E (or 0x896F5E) is known color: Beaver. HEX triplet: 89, 6F and 5E. RGB value is (137,111,94). Sum of RGB (Red+Green+Blue) = 137+111+94=342 (45% of max value = 765). Red value is 137 (53.91% from 255 or 40.06% from 342); Green value is 111 (43.75% from 255 or 32.46% from 342); Blue value is 94 (37.11% from 255 or 27.49% from 342); Max value from RGB is 137 - color contains mainly: red. Hex color #896F5E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896F5E is #7690A1. Grayscale: #747474. Windows color (decimal): -7770274 or 6188937. OLE color: 6188937.
HSL color Cylindrical-coordinate representation of color #896F5E: hue angle of 23.72º 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 #896F5E is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 111 | 94 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.46 |
| HSL | 23.72º | 0.19% | 0.45% | - |
| HSV(B) | 23.72º | 0.31% | 0.54% | - |
| XYZ | 18.02 | 17.5 | 13.02 | - |
| YUV | 116.84 | 115.11 | 142.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 111 | 94 | 0 | 0.19 | 0.31 | 0.46 | 23.72 | 0.19 | 0.45 |
| Hex | 89 | 6F | 5E | 0 | 13 | 1F | 2E | 18 | 13 | 2D |
| Octal | 211 | 157 | 136 | 0 | 23 | 37 | 56 | 30 | 23 | 55 |
| Binary | 10001001 | 1101111 | 1011110 | 0 | 10011 | 11111 | 101110 | 11000 | 10011 | 101101 |
Color Harmonies of #896F5E
Complementary color
Monochromatic Colors of #896F5E
Black with #896F5E
Text Example
Text Example
White with #896F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896F5E; }
p { color: rgb(137,111,94); }
H1.HeaderClassName
{
color: #896F5E;
}
.AnyTagClassName
{
color: #896F5E;
}
</style>
background-color css
<style>
a { background-color: #896F5E; }
a { background-color: rgb(137,111,94); }
div.DivClassName
{
background-color: #896F5E;
}
.BgClassName
{
background-color: #896F5E;
}
</style>
border-color css
<style>
span { border-color: #896F5E; }
span { border-color: rgb(137,111,94); }
td.TdClassName
{
border-color: #896F5E;
}
.TagClassName
{
border-color: #896F5E;
}
</style>