Shades of Squirrel #957E6C
Tints of Squirrel #957E6C
RGB
CMYK
RGB Variations
Color information
#957E6C (or 0x957E6C) is known color: Squirrel. HEX triplet: 95, 7E and 6C. RGB value is (149,126,108). Sum of RGB (Red+Green+Blue) = 149+126+108=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 126 (49.61% from 255 or 32.90% from 383); Blue value is 108 (42.58% from 255 or 28.20% from 383); Max value from RGB is 149 - color contains mainly: red. Hex color #957E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E6C is #6A8193. Grayscale: #828282. Windows color (decimal): -6979988 or 7110293. OLE color: 7110293.
HSL color Cylindrical-coordinate representation of color #957E6C: hue angle of 26.34º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #957E6C is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 126 | 108 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.42 |
| HSL | 26.34º | 0.16% | 0.5% | - |
| HSV(B) | 26.34º | 0.28% | 0.58% | - |
| XYZ | 22.56 | 22.39 | 17.32 | - |
| YUV | 130.83 | 115.12 | 140.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 108 | 0 | 0.15 | 0.28 | 0.42 | 26.34 | 0.16 | 0.5 |
| Hex | 95 | 7E | 6C | 0 | F | 1C | 2A | 1A | 10 | 32 |
| Octal | 225 | 176 | 154 | 0 | 17 | 34 | 52 | 32 | 20 | 62 |
| Binary | 10010101 | 1111110 | 1101100 | 0 | 1111 | 11100 | 101010 | 11010 | 10000 | 110010 |
Color Harmonies of #957E6C
Complementary color
Monochromatic Colors of #957E6C
Black with #957E6C
Text Example
Text Example
White with #957E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957E6C; }
p { color: rgb(149,126,108); }
H1.HeaderClassName
{
color: #957E6C;
}
.AnyTagClassName
{
color: #957E6C;
}
</style>
background-color css
<style>
a { background-color: #957E6C; }
a { background-color: rgb(149,126,108); }
div.DivClassName
{
background-color: #957E6C;
}
.BgClassName
{
background-color: #957E6C;
}
</style>
border-color css
<style>
span { border-color: #957E6C; }
span { border-color: rgb(149,126,108); }
td.TdClassName
{
border-color: #957E6C;
}
.TagClassName
{
border-color: #957E6C;
}
</style>