Shades of Squirrel #897E6E
Tints of Squirrel #897E6E
RGB
CMYK
RGB Variations
Color information
#897E6E (or 0x897E6E) is known color: Squirrel. HEX triplet: 89, 7E and 6E. RGB value is (137,126,110). Sum of RGB (Red+Green+Blue) = 137+126+110=373 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.73% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 110 (43.36% from 255 or 29.49% from 373); Max value from RGB is 137 - color contains mainly: red. Hex color #897E6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897E6E is #768191. Grayscale: #7F7F7F. Windows color (decimal): -7766418 or 7241353. OLE color: 7241353.
HSL color Cylindrical-coordinate representation of color #897E6E: hue angle of 35.56º 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 #897E6E is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 126 | 110 | - |
| CMYK | 0 | 0.08 | 0.20 | 0.46 |
| HSL | 35.56º | 0.11% | 0.48% | - |
| HSV(B) | 35.56º | 0.2% | 0.54% | - |
| XYZ | 20.59 | 21.37 | 17.79 | - |
| YUV | 127.47 | 118.14 | 134.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 110 | 0 | 0.08 | 0.20 | 0.46 | 35.56 | 0.11 | 0.48 |
| Hex | 89 | 7E | 6E | 0 | 8 | 14 | 2E | 24 | B | 30 |
| Octal | 211 | 176 | 156 | 0 | 10 | 24 | 56 | 44 | 13 | 60 |
| Binary | 10001001 | 1111110 | 1101110 | 0 | 1000 | 10100 | 101110 | 100100 | 1011 | 110000 |
Color Harmonies of #897E6E
Complementary color
Monochromatic Colors of #897E6E
Black with #897E6E
Text Example
Text Example
White with #897E6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897E6E; }
p { color: rgb(137,126,110); }
H1.HeaderClassName
{
color: #897E6E;
}
.AnyTagClassName
{
color: #897E6E;
}
</style>
background-color css
<style>
a { background-color: #897E6E; }
a { background-color: rgb(137,126,110); }
div.DivClassName
{
background-color: #897E6E;
}
.BgClassName
{
background-color: #897E6E;
}
</style>
border-color css
<style>
span { border-color: #897E6E; }
span { border-color: rgb(137,126,110); }
td.TdClassName
{
border-color: #897E6E;
}
.TagClassName
{
border-color: #897E6E;
}
</style>