Shades of Squirrel #897E6D
Tints of Squirrel #897E6D
RGB
CMYK
RGB Variations
Color information
#897E6D (or 0x897E6D) is known color: Squirrel. HEX triplet: 89, 7E and 6D. RGB value is (137,126,109). Sum of RGB (Red+Green+Blue) = 137+126+109=372 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.83% from 372); Green value is 126 (49.61% from 255 or 33.87% from 372); Blue value is 109 (42.97% from 255 or 29.30% from 372); Max value from RGB is 137 - color contains mainly: red. Hex color #897E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897E6D is #768192. Grayscale: #7F7F7F. Windows color (decimal): -7766419 or 7175817. OLE color: 7175817.
HSL color Cylindrical-coordinate representation of color #897E6D: hue angle of 36.43º degrees, saturation: 0.11, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #897E6D is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 126 | 109 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.46 |
| HSL | 36.43º | 0.11% | 0.48% | - |
| HSV(B) | 36.43º | 0.2% | 0.54% | - |
| XYZ | 20.54 | 21.34 | 17.51 | - |
| YUV | 127.35 | 117.64 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 109 | 0 | 0.08 | 0.20 | 0.46 | 36.43 | 0.11 | 0.48 |
| Hex | 89 | 7E | 6D | 0 | 8 | 14 | 2E | 24 | B | 30 |
| Octal | 211 | 176 | 155 | 0 | 10 | 24 | 56 | 44 | 13 | 60 |
| Binary | 10001001 | 1111110 | 1101101 | 0 | 1000 | 10100 | 101110 | 100100 | 1011 | 110000 |
Color Harmonies of #897E6D
Complementary color
Monochromatic Colors of #897E6D
Black with #897E6D
Text Example
Text Example
White with #897E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897E6D; }
p { color: rgb(137,126,109); }
H1.HeaderClassName
{
color: #897E6D;
}
.AnyTagClassName
{
color: #897E6D;
}
</style>
background-color css
<style>
a { background-color: #897E6D; }
a { background-color: rgb(137,126,109); }
div.DivClassName
{
background-color: #897E6D;
}
.BgClassName
{
background-color: #897E6D;
}
</style>
border-color css
<style>
span { border-color: #897E6D; }
span { border-color: rgb(137,126,109); }
td.TdClassName
{
border-color: #897E6D;
}
.TagClassName
{
border-color: #897E6D;
}
</style>