Shades of Squirrel #958068
Tints of Squirrel #958068
RGB
CMYK
RGB Variations
Color information
#958068 (or 0x958068) is known color: Squirrel. HEX triplet: 95, 80 and 68. RGB value is (149,128,104). Sum of RGB (Red+Green+Blue) = 149+128+104=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 128 (50.39% from 255 or 33.60% from 381); Blue value is 104 (41.02% from 255 or 27.30% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #958068 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #958068 is #6A7F97. Grayscale: #838383. Windows color (decimal): -6979480 or 6848661. OLE color: 6848661.
HSL color Cylindrical-coordinate representation of color #958068: hue angle of 32º 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 #958068 is Cyan = 0, Magento = 0.14, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 128 | 104 | - |
| CMYK | 0 | 0.14 | 0.30 | 0.42 |
| HSL | 32º | 0.18% | 0.5% | - |
| HSV(B) | 32º | 0.3% | 0.58% | - |
| XYZ | 22.61 | 22.83 | 16.31 | - |
| YUV | 131.54 | 112.46 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 128 | 104 | 0 | 0.14 | 0.30 | 0.42 | 32 | 0.18 | 0.5 |
| Hex | 95 | 80 | 68 | 0 | E | 1E | 2A | 20 | 12 | 32 |
| Octal | 225 | 200 | 150 | 0 | 16 | 36 | 52 | 40 | 22 | 62 |
| Binary | 10010101 | 10000000 | 1101000 | 0 | 1110 | 11110 | 101010 | 100000 | 10010 | 110010 |
Color Harmonies of #958068
Complementary color
Monochromatic Colors of #958068
Black with #958068
Text Example
Text Example
White with #958068
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #958068; }
p { color: rgb(149,128,104); }
H1.HeaderClassName
{
color: #958068;
}
.AnyTagClassName
{
color: #958068;
}
</style>
background-color css
<style>
a { background-color: #958068; }
a { background-color: rgb(149,128,104); }
div.DivClassName
{
background-color: #958068;
}
.BgClassName
{
background-color: #958068;
}
</style>
border-color css
<style>
span { border-color: #958068; }
span { border-color: rgb(149,128,104); }
td.TdClassName
{
border-color: #958068;
}
.TagClassName
{
border-color: #958068;
}
</style>