Shades of Squirrel #957E69
Tints of Squirrel #957E69
RGB
CMYK
RGB Variations
Color information
#957E69 (or 0x957E69) is known color: Squirrel. HEX triplet: 95, 7E and 69. RGB value is (149,126,105). Sum of RGB (Red+Green+Blue) = 149+126+105=380 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.21% from 380); Green value is 126 (49.61% from 255 or 33.16% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 149 - color contains mainly: red. Hex color #957E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957E69 is #6A8196. Grayscale: #828282. Windows color (decimal): -6979991 or 6913685. OLE color: 6913685.
HSL color Cylindrical-coordinate representation of color #957E69: hue angle of 28.64º degrees, saturation: 0.17, 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 #957E69 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 126 | 105 | - |
| CMYK | 0 | 0.15 | 0.30 | 0.42 |
| HSL | 28.64º | 0.17% | 0.5% | - |
| HSV(B) | 28.64º | 0.3% | 0.58% | - |
| XYZ | 22.41 | 22.33 | 16.49 | - |
| YUV | 130.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 126 | 105 | 0 | 0.15 | 0.30 | 0.42 | 28.64 | 0.17 | 0.5 |
| Hex | 95 | 7E | 69 | 0 | F | 1E | 2A | 1D | 11 | 32 |
| Octal | 225 | 176 | 151 | 0 | 17 | 36 | 52 | 35 | 21 | 62 |
| Binary | 10010101 | 1111110 | 1101001 | 0 | 1111 | 11110 | 101010 | 11101 | 10001 | 110010 |
Color Harmonies of #957E69
Complementary color
Monochromatic Colors of #957E69
Black with #957E69
Text Example
Text Example
White with #957E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957E69; }
p { color: rgb(149,126,105); }
H1.HeaderClassName
{
color: #957E69;
}
.AnyTagClassName
{
color: #957E69;
}
</style>
background-color css
<style>
a { background-color: #957E69; }
a { background-color: rgb(149,126,105); }
div.DivClassName
{
background-color: #957E69;
}
.BgClassName
{
background-color: #957E69;
}
</style>
border-color css
<style>
span { border-color: #957E69; }
span { border-color: rgb(149,126,105); }
td.TdClassName
{
border-color: #957E69;
}
.TagClassName
{
border-color: #957E69;
}
</style>