Shades of Squirrel #957E6D
Tints of Squirrel #957E6D
RGB
CMYK
RGB Variations
Color information
#957E6D (or 0x957E6D) is known color: Squirrel. HEX triplet: 95, 7E and 6D. RGB value is (149,126,109). Sum of RGB (Red+Green+Blue) = 149+126+109=384 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.80% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 109 (42.97% from 255 or 28.39% from 384); Max value from RGB is 149 - color contains mainly: red. Hex color #957E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E6D is #6A8192. Grayscale: #838383. Windows color (decimal): -6979987 or 7175829. OLE color: 7175829.
HSL color Cylindrical-coordinate representation of color #957E6D: hue angle of 25.5º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #957E6D is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 126 | 109 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.42 |
| HSL | 25.5º | 0.16% | 0.51% | - |
| HSV(B) | 25.5º | 0.27% | 0.58% | - |
| XYZ | 22.62 | 22.42 | 17.6 | - |
| YUV | 130.94 | 115.62 | 140.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 109 | 0 | 0.15 | 0.27 | 0.42 | 25.5 | 0.16 | 0.51 |
| Hex | 95 | 7E | 6D | 0 | F | 1B | 2A | 1A | 10 | 33 |
| Octal | 225 | 176 | 155 | 0 | 17 | 33 | 52 | 32 | 20 | 63 |
| Binary | 10010101 | 1111110 | 1101101 | 0 | 1111 | 11011 | 101010 | 11010 | 10000 | 110011 |
Color Harmonies of #957E6D
Complementary color
Monochromatic Colors of #957E6D
Black with #957E6D
Text Example
Text Example
White with #957E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957E6D; }
p { color: rgb(149,126,109); }
H1.HeaderClassName
{
color: #957E6D;
}
.AnyTagClassName
{
color: #957E6D;
}
</style>
background-color css
<style>
a { background-color: #957E6D; }
a { background-color: rgb(149,126,109); }
div.DivClassName
{
background-color: #957E6D;
}
.BgClassName
{
background-color: #957E6D;
}
</style>
border-color css
<style>
span { border-color: #957E6D; }
span { border-color: rgb(149,126,109); }
td.TdClassName
{
border-color: #957E6D;
}
.TagClassName
{
border-color: #957E6D;
}
</style>