Shades of Squirrel #958268
Tints of Squirrel #958268
RGB
CMYK
RGB Variations
Color information
#958268 (or 0x958268) is known color: Squirrel. HEX triplet: 95, 82 and 68. RGB value is (149,130,104). Sum of RGB (Red+Green+Blue) = 149+130+104=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 130 (51.17% from 255 or 33.94% from 383); Blue value is 104 (41.02% from 255 or 27.15% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #958268 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958268 is #6A7D97. Grayscale: #848484. Windows color (decimal): -6978968 or 6849173. OLE color: 6849173.
HSL color Cylindrical-coordinate representation of color #958268: hue angle of 34.67º 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 #958268 is Cyan = 0, Magento = 0.13, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 130 | 104 | - |
| CMYK | 0 | 0.13 | 0.30 | 0.42 |
| HSL | 34.67º | 0.18% | 0.5% | - |
| HSV(B) | 34.67º | 0.3% | 0.58% | - |
| XYZ | 22.88 | 23.35 | 16.4 | - |
| YUV | 132.72 | 111.79 | 139.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 130 | 104 | 0 | 0.13 | 0.30 | 0.42 | 34.67 | 0.18 | 0.5 |
| Hex | 95 | 82 | 68 | 0 | D | 1E | 2A | 23 | 12 | 32 |
| Octal | 225 | 202 | 150 | 0 | 15 | 36 | 52 | 43 | 22 | 62 |
| Binary | 10010101 | 10000010 | 1101000 | 0 | 1101 | 11110 | 101010 | 100011 | 10010 | 110010 |
Color Harmonies of #958268
Complementary color
Monochromatic Colors of #958268
Black with #958268
Text Example
Text Example
White with #958268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958268; }
p { color: rgb(149,130,104); }
H1.HeaderClassName
{
color: #958268;
}
.AnyTagClassName
{
color: #958268;
}
</style>
background-color css
<style>
a { background-color: #958268; }
a { background-color: rgb(149,130,104); }
div.DivClassName
{
background-color: #958268;
}
.BgClassName
{
background-color: #958268;
}
</style>
border-color css
<style>
span { border-color: #958268; }
span { border-color: rgb(149,130,104); }
td.TdClassName
{
border-color: #958268;
}
.TagClassName
{
border-color: #958268;
}
</style>