Shades of Squirrel #897E6F
Tints of Squirrel #897E6F
RGB
CMYK
RGB Variations
Color information
#897E6F (or 0x897E6F) is known color: Squirrel. HEX triplet: 89, 7E and 6F. RGB value is (137,126,111). Sum of RGB (Red+Green+Blue) = 137+126+111=374 (49% of max value = 765). Red value is 137 (53.91% from 255 or 36.63% from 374); Green value is 126 (49.61% from 255 or 33.69% from 374); Blue value is 111 (43.75% from 255 or 29.68% from 374); Max value from RGB is 137 - color contains mainly: red. Hex color #897E6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #897E6F is #768190. Grayscale: #7F7F7F. Windows color (decimal): -7766417 or 7306889. OLE color: 7306889.
HSL color Cylindrical-coordinate representation of color #897E6F: hue angle of 34.62º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #897E6F is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 137 | 126 | 111 | - |
| CMYK | 0 | 0.08 | 0.19 | 0.46 |
| HSL | 34.62º | 0.1% | 0.49% | - |
| HSV(B) | 34.62º | 0.19% | 0.54% | - |
| XYZ | 20.65 | 21.39 | 18.08 | - |
| YUV | 127.58 | 118.64 | 134.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 137 | 126 | 111 | 0 | 0.08 | 0.19 | 0.46 | 34.62 | 0.1 | 0.49 |
| Hex | 89 | 7E | 6F | 0 | 8 | 13 | 2E | 23 | A | 31 |
| Octal | 211 | 176 | 157 | 0 | 10 | 23 | 56 | 43 | 12 | 61 |
| Binary | 10001001 | 1111110 | 1101111 | 0 | 1000 | 10011 | 101110 | 100011 | 1010 | 110001 |
Color Harmonies of #897E6F
Complementary color
Monochromatic Colors of #897E6F
Black with #897E6F
Text Example
Text Example
White with #897E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #897E6F; }
p { color: rgb(137,126,111); }
H1.HeaderClassName
{
color: #897E6F;
}
.AnyTagClassName
{
color: #897E6F;
}
</style>
background-color css
<style>
a { background-color: #897E6F; }
a { background-color: rgb(137,126,111); }
div.DivClassName
{
background-color: #897E6F;
}
.BgClassName
{
background-color: #897E6F;
}
</style>
border-color css
<style>
span { border-color: #897E6F; }
span { border-color: rgb(137,126,111); }
td.TdClassName
{
border-color: #897E6F;
}
.TagClassName
{
border-color: #897E6F;
}
</style>