Shades of Squirrel #958168
Tints of Squirrel #958168
RGB
CMYK
RGB Variations
Color information
#958168 (or 0x958168) is known color: Squirrel. HEX triplet: 95, 81 and 68. RGB value is (149,129,104). Sum of RGB (Red+Green+Blue) = 149+129+104=382 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.01% from 382); Green value is 129 (50.78% from 255 or 33.77% from 382); Blue value is 104 (41.02% from 255 or 27.23% from 382); Max value from RGB is 149 - color contains mainly: red. Hex color #958168 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958168 is #6A7E97. Grayscale: #848484. Windows color (decimal): -6979224 or 6848917. OLE color: 6848917.
HSL color Cylindrical-coordinate representation of color #958168: hue angle of 33.33º degrees, saturation: 0.18, 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 #958168 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 129 | 104 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.42 |
| HSL | 33.33º | 0.18% | 0.5% | - |
| HSV(B) | 33.33º | 0.3% | 0.58% | - |
| XYZ | 22.74 | 23.09 | 16.35 | - |
| YUV | 132.13 | 112.13 | 140.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 129 | 104 | 0 | 0.13 | 0.30 | 0.42 | 33.33 | 0.18 | 0.5 |
| Hex | 95 | 81 | 68 | 0 | D | 1E | 2A | 21 | 12 | 32 |
| Octal | 225 | 201 | 150 | 0 | 15 | 36 | 52 | 41 | 22 | 62 |
| Binary | 10010101 | 10000001 | 1101000 | 0 | 1101 | 11110 | 101010 | 100001 | 10010 | 110010 |
Color Harmonies of #958168
Complementary color
Monochromatic Colors of #958168
Black with #958168
Text Example
Text Example
White with #958168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958168; }
p { color: rgb(149,129,104); }
H1.HeaderClassName
{
color: #958168;
}
.AnyTagClassName
{
color: #958168;
}
</style>
background-color css
<style>
a { background-color: #958168; }
a { background-color: rgb(149,129,104); }
div.DivClassName
{
background-color: #958168;
}
.BgClassName
{
background-color: #958168;
}
</style>
border-color css
<style>
span { border-color: #958168; }
span { border-color: rgb(149,129,104); }
td.TdClassName
{
border-color: #958168;
}
.TagClassName
{
border-color: #958168;
}
</style>