Shades of Squirrel #978570
Tints of Squirrel #978570
RGB
CMYK
RGB Variations
Color information
#978570 (or 0x978570) is known color: Squirrel. HEX triplet: 97, 85 and 70. RGB value is (151,133,112). Sum of RGB (Red+Green+Blue) = 151+133+112=396 (52% of max value = 765). Red value is 151 (59.38% from 255 or 38.13% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 112 (44.14% from 255 or 28.28% from 396); Max value from RGB is 151 - color contains mainly: red. Hex color #978570 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #978570 is #687A8F. Grayscale: #888888. Windows color (decimal): -6847120 or 7374231. OLE color: 7374231.
HSL color Cylindrical-coordinate representation of color #978570: hue angle of 32.31º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #978570 is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 133 | 112 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.41 |
| HSL | 32.31º | 0.16% | 0.52% | - |
| HSV(B) | 32.31º | 0.26% | 0.59% | - |
| XYZ | 24.07 | 24.52 | 18.79 | - |
| YUV | 135.99 | 114.46 | 138.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 133 | 112 | 0 | 0.12 | 0.26 | 0.41 | 32.31 | 0.16 | 0.52 |
| Hex | 97 | 85 | 70 | 0 | C | 1A | 29 | 20 | 10 | 34 |
| Octal | 227 | 205 | 160 | 0 | 14 | 32 | 51 | 40 | 20 | 64 |
| Binary | 10010111 | 10000101 | 1110000 | 0 | 1100 | 11010 | 101001 | 100000 | 10000 | 110100 |
Color Harmonies of #978570
Complementary color
Monochromatic Colors of #978570
Black with #978570
Text Example
Text Example
White with #978570
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #978570; }
p { color: rgb(151,133,112); }
H1.HeaderClassName
{
color: #978570;
}
.AnyTagClassName
{
color: #978570;
}
</style>
background-color css
<style>
a { background-color: #978570; }
a { background-color: rgb(151,133,112); }
div.DivClassName
{
background-color: #978570;
}
.BgClassName
{
background-color: #978570;
}
</style>
border-color css
<style>
span { border-color: #978570; }
span { border-color: rgb(151,133,112); }
td.TdClassName
{
border-color: #978570;
}
.TagClassName
{
border-color: #978570;
}
</style>