Shades of Squirrel #957E68
Tints of Squirrel #957E68
RGB
CMYK
RGB Variations
Color information
#957E68 (or 0x957E68) is known color: Squirrel. HEX triplet: 95, 7E and 68. RGB value is (149,126,104). Sum of RGB (Red+Green+Blue) = 149+126+104=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 104 (41.02% from 255 or 27.44% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #957E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E68 is #6A8197. Grayscale: #828282. Windows color (decimal): -6979992 or 6848149. OLE color: 6848149.
HSL color Cylindrical-coordinate representation of color #957E68: hue angle of 29.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 #957E68 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 126 | 104 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.42 |
| HSL | 29.33º | 0.18% | 0.5% | - |
| HSV(B) | 29.33º | 0.3% | 0.58% | - |
| XYZ | 22.35 | 22.31 | 16.22 | - |
| YUV | 130.37 | 113.12 | 141.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 104 | 0 | 0.15 | 0.30 | 0.42 | 29.33 | 0.18 | 0.5 |
| Hex | 95 | 7E | 68 | 0 | F | 1E | 2A | 1D | 12 | 32 |
| Octal | 225 | 176 | 150 | 0 | 17 | 36 | 52 | 35 | 22 | 62 |
| Binary | 10010101 | 1111110 | 1101000 | 0 | 1111 | 11110 | 101010 | 11101 | 10010 | 110010 |
Color Harmonies of #957E68
Complementary color
Monochromatic Colors of #957E68
Black with #957E68
Text Example
Text Example
White with #957E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957E68; }
p { color: rgb(149,126,104); }
H1.HeaderClassName
{
color: #957E68;
}
.AnyTagClassName
{
color: #957E68;
}
</style>
background-color css
<style>
a { background-color: #957E68; }
a { background-color: rgb(149,126,104); }
div.DivClassName
{
background-color: #957E68;
}
.BgClassName
{
background-color: #957E68;
}
</style>
border-color css
<style>
span { border-color: #957E68; }
span { border-color: rgb(149,126,104); }
td.TdClassName
{
border-color: #957E68;
}
.TagClassName
{
border-color: #957E68;
}
</style>