Shades of Squirrel #958471
Tints of Squirrel #958471
RGB
CMYK
RGB Variations
Color information
#958471 (or 0x958471) is known color: Squirrel. HEX triplet: 95, 84 and 71. RGB value is (149,132,113). Sum of RGB (Red+Green+Blue) = 149+132+113=394 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.82% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 113 (44.53% from 255 or 28.68% from 394); Max value from RGB is 149 - color contains mainly: red. Hex color #958471 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958471 is #6A7B8E. Grayscale: #878787. Windows color (decimal): -6978447 or 7439509. OLE color: 7439509.
HSL color Cylindrical-coordinate representation of color #958471: hue angle of 31.67º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #958471 is Cyan = 0, Magento = 0.11, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 132 | 113 | - |
| CMYK | 0 | 0.11 | 0.24 | 0.42 |
| HSL | 31.67º | 0.15% | 0.51% | - |
| HSV(B) | 31.67º | 0.24% | 0.58% | - |
| XYZ | 23.63 | 24.08 | 19.03 | - |
| YUV | 134.92 | 115.63 | 138.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 113 | 0 | 0.11 | 0.24 | 0.42 | 31.67 | 0.15 | 0.51 |
| Hex | 95 | 84 | 71 | 0 | B | 18 | 2A | 20 | F | 33 |
| Octal | 225 | 204 | 161 | 0 | 13 | 30 | 52 | 40 | 17 | 63 |
| Binary | 10010101 | 10000100 | 1110001 | 0 | 1011 | 11000 | 101010 | 100000 | 1111 | 110011 |
Color Harmonies of #958471
Complementary color
Monochromatic Colors of #958471
Black with #958471
Text Example
Text Example
White with #958471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958471; }
p { color: rgb(149,132,113); }
H1.HeaderClassName
{
color: #958471;
}
.AnyTagClassName
{
color: #958471;
}
</style>
background-color css
<style>
a { background-color: #958471; }
a { background-color: rgb(149,132,113); }
div.DivClassName
{
background-color: #958471;
}
.BgClassName
{
background-color: #958471;
}
</style>
border-color css
<style>
span { border-color: #958471; }
span { border-color: rgb(149,132,113); }
td.TdClassName
{
border-color: #958471;
}
.TagClassName
{
border-color: #958471;
}
</style>