Shades of Squirrel #957F6E
Tints of Squirrel #957F6E
RGB
CMYK
RGB Variations
Color information
#957F6E (or 0x957F6E) is known color: Squirrel. HEX triplet: 95, 7F and 6E. RGB value is (149,127,110). Sum of RGB (Red+Green+Blue) = 149+127+110=386 (51% of max value = 765). Red value is 149 (58.59% from 255 or 38.60% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 110 (43.36% from 255 or 28.50% from 386); Max value from RGB is 149 - color contains mainly: red. Hex color #957F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957F6E is #6A8091. Grayscale: #838383. Windows color (decimal): -6979730 or 7241621. OLE color: 7241621.
HSL color Cylindrical-coordinate representation of color #957F6E: hue angle of 26.15º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #957F6E is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 127 | 110 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.42 |
| HSL | 26.15º | 0.16% | 0.51% | - |
| HSV(B) | 26.15º | 0.26% | 0.58% | - |
| XYZ | 22.8 | 22.69 | 17.93 | - |
| YUV | 131.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 127 | 110 | 0 | 0.15 | 0.26 | 0.42 | 26.15 | 0.16 | 0.51 |
| Hex | 95 | 7F | 6E | 0 | F | 1A | 2A | 1A | 10 | 33 |
| Octal | 225 | 177 | 156 | 0 | 17 | 32 | 52 | 32 | 20 | 63 |
| Binary | 10010101 | 1111111 | 1101110 | 0 | 1111 | 11010 | 101010 | 11010 | 10000 | 110011 |
Color Harmonies of #957F6E
Complementary color
Monochromatic Colors of #957F6E
Black with #957F6E
Text Example
Text Example
White with #957F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957F6E; }
p { color: rgb(149,127,110); }
H1.HeaderClassName
{
color: #957F6E;
}
.AnyTagClassName
{
color: #957F6E;
}
</style>
background-color css
<style>
a { background-color: #957F6E; }
a { background-color: rgb(149,127,110); }
div.DivClassName
{
background-color: #957F6E;
}
.BgClassName
{
background-color: #957F6E;
}
</style>
border-color css
<style>
span { border-color: #957F6E; }
span { border-color: rgb(149,127,110); }
td.TdClassName
{
border-color: #957F6E;
}
.TagClassName
{
border-color: #957F6E;
}
</style>