Shades of Squirrel #957C6A
Tints of Squirrel #957C6A
RGB
CMYK
RGB Variations
Color information
#957C6A (or 0x957C6A) is known color: Squirrel. HEX triplet: 95, 7C and 6A. RGB value is (149,124,106). Sum of RGB (Red+Green+Blue) = 149+124+106=379 (50% of max value = 765). Red value is 149 (58.59% from 255 or 39.31% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 149 - color contains mainly: red. Hex color #957C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #957C6A is #6A8395. Grayscale: #818181. Windows color (decimal): -6980502 or 6978709. OLE color: 6978709.
HSL color Cylindrical-coordinate representation of color #957C6A: hue angle of 25.12º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #957C6A is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 149 | 124 | 106 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.42 |
| HSL | 25.12º | 0.17% | 0.5% | - |
| HSV(B) | 25.12º | 0.29% | 0.58% | - |
| XYZ | 22.2 | 21.85 | 16.68 | - |
| YUV | 129.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 124 | 106 | 0 | 0.17 | 0.29 | 0.42 | 25.12 | 0.17 | 0.5 |
| Hex | 95 | 7C | 6A | 0 | 11 | 1D | 2A | 19 | 11 | 32 |
| Octal | 225 | 174 | 152 | 0 | 21 | 35 | 52 | 31 | 21 | 62 |
| Binary | 10010101 | 1111100 | 1101010 | 0 | 10001 | 11101 | 101010 | 11001 | 10001 | 110010 |
Color Harmonies of #957C6A
Complementary color
Monochromatic Colors of #957C6A
Black with #957C6A
Text Example
Text Example
White with #957C6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #957C6A; }
p { color: rgb(149,124,106); }
H1.HeaderClassName
{
color: #957C6A;
}
.AnyTagClassName
{
color: #957C6A;
}
</style>
background-color css
<style>
a { background-color: #957C6A; }
a { background-color: rgb(149,124,106); }
div.DivClassName
{
background-color: #957C6A;
}
.BgClassName
{
background-color: #957C6A;
}
</style>
border-color css
<style>
span { border-color: #957C6A; }
span { border-color: rgb(149,124,106); }
td.TdClassName
{
border-color: #957C6A;
}
.TagClassName
{
border-color: #957C6A;
}
</style>