Shades of Squirrel #957D6B
Tints of Squirrel #957D6B
RGB
CMYK
RGB Variations
Color information
#957D6B (or 0x957D6B) is known color: Squirrel. HEX triplet: 95, 7D and 6B. RGB value is (149,125,107). Sum of RGB (Red+Green+Blue) = 149+125+107=381 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.11% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 107 (42.19% from 255 or 28.08% from 381); Max value from RGB is 149 - color contains mainly: red. Hex color #957D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957D6B is #6A8294. Grayscale: #828282. Windows color (decimal): -6980245 or 7044501. OLE color: 7044501.
HSL color Cylindrical-coordinate representation of color #957D6B: hue angle of 25.71º degrees, saturation: 0.17, 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 #957D6B is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 125 | 107 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.42 |
| HSL | 25.71º | 0.17% | 0.5% | - |
| HSV(B) | 25.71º | 0.28% | 0.58% | - |
| XYZ | 22.38 | 22.12 | 17 | - |
| YUV | 130.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 125 | 107 | 0 | 0.16 | 0.28 | 0.42 | 25.71 | 0.17 | 0.5 |
| Hex | 95 | 7D | 6B | 0 | 10 | 1C | 2A | 1A | 11 | 32 |
| Octal | 225 | 175 | 153 | 0 | 20 | 34 | 52 | 32 | 21 | 62 |
| Binary | 10010101 | 1111101 | 1101011 | 0 | 10000 | 11100 | 101010 | 11010 | 10001 | 110010 |
Color Harmonies of #957D6B
Complementary color
Monochromatic Colors of #957D6B
Black with #957D6B
Text Example
Text Example
White with #957D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957D6B; }
p { color: rgb(149,125,107); }
H1.HeaderClassName
{
color: #957D6B;
}
.AnyTagClassName
{
color: #957D6B;
}
</style>
background-color css
<style>
a { background-color: #957D6B; }
a { background-color: rgb(149,125,107); }
div.DivClassName
{
background-color: #957D6B;
}
.BgClassName
{
background-color: #957D6B;
}
</style>
border-color css
<style>
span { border-color: #957D6B; }
span { border-color: rgb(149,125,107); }
td.TdClassName
{
border-color: #957D6B;
}
.TagClassName
{
border-color: #957D6B;
}
</style>