Shades of Squirrel #968471
Tints of Squirrel #968471
RGB
CMYK
RGB Variations
Color information
#968471 (or 0x968471) is known color: Squirrel. HEX triplet: 96, 84 and 71. RGB value is (150,132,113). Sum of RGB (Red+Green+Blue) = 150+132+113=395 (52% of max value = 765). Red value is 150 (58.98% from 255 or 37.97% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 113 (44.53% from 255 or 28.61% from 395); Max value from RGB is 150 - color contains mainly: red. Hex color #968471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968471 is #697B8E. Grayscale: #878787. Windows color (decimal): -6912911 or 7439510. OLE color: 7439510.
HSL color Cylindrical-coordinate representation of color #968471: hue angle of 30.81º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #968471 is Cyan = 0, Magento = 0.12, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 113 | - |
| CMYK | 0 | 0.12 | 0.25 | 0.41 |
| HSL | 30.81º | 0.15% | 0.52% | - |
| HSV(B) | 30.81º | 0.25% | 0.59% | - |
| XYZ | 23.81 | 24.18 | 19.03 | - |
| YUV | 135.22 | 115.46 | 138.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 113 | 0 | 0.12 | 0.25 | 0.41 | 30.81 | 0.15 | 0.52 |
| Hex | 96 | 84 | 71 | 0 | C | 19 | 29 | 1F | F | 34 |
| Octal | 226 | 204 | 161 | 0 | 14 | 31 | 51 | 37 | 17 | 64 |
| Binary | 10010110 | 10000100 | 1110001 | 0 | 1100 | 11001 | 101001 | 11111 | 1111 | 110100 |
Color Harmonies of #968471
Complementary color
Monochromatic Colors of #968471
Black with #968471
Text Example
Text Example
White with #968471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968471; }
p { color: rgb(150,132,113); }
H1.HeaderClassName
{
color: #968471;
}
.AnyTagClassName
{
color: #968471;
}
</style>
background-color css
<style>
a { background-color: #968471; }
a { background-color: rgb(150,132,113); }
div.DivClassName
{
background-color: #968471;
}
.BgClassName
{
background-color: #968471;
}
</style>
border-color css
<style>
span { border-color: #968471; }
span { border-color: rgb(150,132,113); }
td.TdClassName
{
border-color: #968471;
}
.TagClassName
{
border-color: #968471;
}
</style>