Shades of Beaver #896E65
Tints of Beaver #896E65
RGB
CMYK
RGB Variations
Color information
#896E65 (or 0x896E65) is known color: Beaver. HEX triplet: 89, 6E and 65. RGB value is (137,110,101). Sum of RGB (Red+Green+Blue) = 137+110+101=348 (46% of max value = 765). Red value is 137 (53.91% from 255 or 39.37% from 348); Green value is 110 (43.36% from 255 or 31.61% from 348); Blue value is 101 (39.84% from 255 or 29.02% from 348); Max value from RGB is 137 - color contains mainly: red. Hex color #896E65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #896E65 is #76919A. Grayscale: #757575. Windows color (decimal): -7770523 or 6647433. OLE color: 6647433.
HSL color Cylindrical-coordinate representation of color #896E65: hue angle of 15º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #896E65 is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 110 | 101 | - |
| CMYK | 0 | 0.20 | 0.26 | 0.46 |
| HSL | 15º | 0.15% | 0.47% | - |
| HSV(B) | 15º | 0.26% | 0.54% | - |
| XYZ | 18.24 | 17.41 | 14.71 | - |
| YUV | 117.05 | 118.95 | 142.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 110 | 101 | 0 | 0.20 | 0.26 | 0.46 | 15 | 0.15 | 0.47 |
| Hex | 89 | 6E | 65 | 0 | 14 | 1A | 2E | F | F | 2F |
| Octal | 211 | 156 | 145 | 0 | 24 | 32 | 56 | 17 | 17 | 57 |
| Binary | 10001001 | 1101110 | 1100101 | 0 | 10100 | 11010 | 101110 | 1111 | 1111 | 101111 |
Color Harmonies of #896E65
Complementary color
Monochromatic Colors of #896E65
Black with #896E65
Text Example
Text Example
White with #896E65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #896E65; }
p { color: rgb(137,110,101); }
H1.HeaderClassName
{
color: #896E65;
}
.AnyTagClassName
{
color: #896E65;
}
</style>
background-color css
<style>
a { background-color: #896E65; }
a { background-color: rgb(137,110,101); }
div.DivClassName
{
background-color: #896E65;
}
.BgClassName
{
background-color: #896E65;
}
</style>
border-color css
<style>
span { border-color: #896E65; }
span { border-color: rgb(137,110,101); }
td.TdClassName
{
border-color: #896E65;
}
.TagClassName
{
border-color: #896E65;
}
</style>