Shades of Squirrel #958470
Tints of Squirrel #958470
RGB
CMYK
RGB Variations
Color information
#958470 (or 0x958470) is known color: Squirrel. HEX triplet: 95, 84 and 70. RGB value is (149,132,112). Sum of RGB (Red+Green+Blue) = 149+132+112=393 (52% of max value = 765). Red value is 149 (58.59% from 255 or 37.91% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 149 - color contains mainly: red. Hex color #958470 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958470 is #6A7B8F. Grayscale: #868686. Windows color (decimal): -6978448 or 7373973. OLE color: 7373973.
HSL color Cylindrical-coordinate representation of color #958470: hue angle of 32.43º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #958470 is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 132 | 112 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.42 |
| HSL | 32.43º | 0.15% | 0.51% | - |
| HSV(B) | 32.43º | 0.25% | 0.58% | - |
| XYZ | 23.57 | 24.06 | 18.73 | - |
| YUV | 134.8 | 115.13 | 138.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 112 | 0 | 0.11 | 0.25 | 0.42 | 32.43 | 0.15 | 0.51 |
| Hex | 95 | 84 | 70 | 0 | B | 19 | 2A | 20 | F | 33 |
| Octal | 225 | 204 | 160 | 0 | 13 | 31 | 52 | 40 | 17 | 63 |
| Binary | 10010101 | 10000100 | 1110000 | 0 | 1011 | 11001 | 101010 | 100000 | 1111 | 110011 |
Color Harmonies of #958470
Complementary color
Monochromatic Colors of #958470
Black with #958470
Text Example
Text Example
White with #958470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958470; }
p { color: rgb(149,132,112); }
H1.HeaderClassName
{
color: #958470;
}
.AnyTagClassName
{
color: #958470;
}
</style>
background-color css
<style>
a { background-color: #958470; }
a { background-color: rgb(149,132,112); }
div.DivClassName
{
background-color: #958470;
}
.BgClassName
{
background-color: #958470;
}
</style>
border-color css
<style>
span { border-color: #958470; }
span { border-color: rgb(149,132,112); }
td.TdClassName
{
border-color: #958470;
}
.TagClassName
{
border-color: #958470;
}
</style>