Shades of Squirrel #958469
Tints of Squirrel #958469
RGB
CMYK
RGB Variations
Color information
#958469 (or 0x958469) is known color: Squirrel. HEX triplet: 95, 84 and 69. RGB value is (149,132,105). Sum of RGB (Red+Green+Blue) = 149+132+105=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 105 (41.41% from 255 or 27.20% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #958469 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958469 is #6A7B96. Grayscale: #868686. Windows color (decimal): -6978455 or 6915221. OLE color: 6915221.
HSL color Cylindrical-coordinate representation of color #958469: hue angle of 36.82º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #958469 is Cyan = 0, Magento = 0.11, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 132 | 105 | - |
| CMYK | 0 | 0.11 | 0.30 | 0.42 |
| HSL | 36.82º | 0.17% | 0.5% | - |
| HSV(B) | 36.82º | 0.3% | 0.58% | - |
| XYZ | 23.2 | 23.91 | 16.76 | - |
| YUV | 134.01 | 111.63 | 138.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 132 | 105 | 0 | 0.11 | 0.30 | 0.42 | 36.82 | 0.17 | 0.5 |
| Hex | 95 | 84 | 69 | 0 | B | 1E | 2A | 25 | 11 | 32 |
| Octal | 225 | 204 | 151 | 0 | 13 | 36 | 52 | 45 | 21 | 62 |
| Binary | 10010101 | 10000100 | 1101001 | 0 | 1011 | 11110 | 101010 | 100101 | 10001 | 110010 |
Color Harmonies of #958469
Complementary color
Monochromatic Colors of #958469
Black with #958469
Text Example
Text Example
White with #958469
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958469; }
p { color: rgb(149,132,105); }
H1.HeaderClassName
{
color: #958469;
}
.AnyTagClassName
{
color: #958469;
}
</style>
background-color css
<style>
a { background-color: #958469; }
a { background-color: rgb(149,132,105); }
div.DivClassName
{
background-color: #958469;
}
.BgClassName
{
background-color: #958469;
}
</style>
border-color css
<style>
span { border-color: #958469; }
span { border-color: rgb(149,132,105); }
td.TdClassName
{
border-color: #958469;
}
.TagClassName
{
border-color: #958469;
}
</style>