Shades of Squirrel #957D65
Tints of Squirrel #957D65
RGB
CMYK
RGB Variations
Color information
#957D65 (or 0x957D65) is known color: Squirrel. HEX triplet: 95, 7D and 65. RGB value is (149,125,101). Sum of RGB (Red+Green+Blue) = 149+125+101=375 (49% of max value = 765). Red value is 149 (58.59% from 255 or 39.73% from 375); Green value is 125 (49.22% from 255 or 33.33% from 375); Blue value is 101 (39.84% from 255 or 26.93% from 375); Max value from RGB is 149 - color contains mainly: red. Hex color #957D65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D65 is #6A829A. Grayscale: #818181. Windows color (decimal): -6980251 or 6651285. OLE color: 6651285.
HSL color Cylindrical-coordinate representation of color #957D65: hue angle of 30º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #957D65 is Cyan = 0, Magento = 0.16, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 125 | 101 | - |
| CMYK | 0 | 0.16 | 0.32 | 0.42 |
| HSL | 30º | 0.19% | 0.49% | - |
| HSV(B) | 30º | 0.32% | 0.58% | - |
| XYZ | 22.08 | 22 | 15.39 | - |
| YUV | 129.44 | 111.95 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 101 | 0 | 0.16 | 0.32 | 0.42 | 30 | 0.19 | 0.49 |
| Hex | 95 | 7D | 65 | 0 | 10 | 20 | 2A | 1E | 13 | 31 |
| Octal | 225 | 175 | 145 | 0 | 20 | 40 | 52 | 36 | 23 | 61 |
| Binary | 10010101 | 1111101 | 1100101 | 0 | 10000 | 100000 | 101010 | 11110 | 10011 | 110001 |
Color Harmonies of #957D65
Complementary color
Monochromatic Colors of #957D65
Black with #957D65
Text Example
Text Example
White with #957D65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957D65; }
p { color: rgb(149,125,101); }
H1.HeaderClassName
{
color: #957D65;
}
.AnyTagClassName
{
color: #957D65;
}
</style>
background-color css
<style>
a { background-color: #957D65; }
a { background-color: rgb(149,125,101); }
div.DivClassName
{
background-color: #957D65;
}
.BgClassName
{
background-color: #957D65;
}
</style>
border-color css
<style>
span { border-color: #957D65; }
span { border-color: rgb(149,125,101); }
td.TdClassName
{
border-color: #957D65;
}
.TagClassName
{
border-color: #957D65;
}
</style>