Shades of Squirrel #977E6D
Tints of Squirrel #977E6D
RGB
CMYK
RGB Variations
Color information
#977E6D (or 0x977E6D) is known color: Squirrel. HEX triplet: 97, 7E and 6D. RGB value is (151,126,109). Sum of RGB (Red+Green+Blue) = 151+126+109=386 (51% of max value = 765). Red value is 151 (59.38% from 255 or 39.12% from 386); Green value is 126 (49.61% from 255 or 32.64% from 386); Blue value is 109 (42.97% from 255 or 28.24% from 386); Max value from RGB is 151 - color contains mainly: red. Hex color #977E6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977E6D is #688192. Grayscale: #838383. Windows color (decimal): -6848915 or 7175831. OLE color: 7175831.
HSL color Cylindrical-coordinate representation of color #977E6D: hue angle of 24.29º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #977E6D is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 126 | 109 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.41 |
| HSL | 24.29º | 0.17% | 0.51% | - |
| HSV(B) | 24.29º | 0.28% | 0.59% | - |
| XYZ | 22.98 | 22.61 | 17.62 | - |
| YUV | 131.54 | 115.28 | 141.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 126 | 109 | 0 | 0.17 | 0.28 | 0.41 | 24.29 | 0.17 | 0.51 |
| Hex | 97 | 7E | 6D | 0 | 11 | 1C | 29 | 18 | 11 | 33 |
| Octal | 227 | 176 | 155 | 0 | 21 | 34 | 51 | 30 | 21 | 63 |
| Binary | 10010111 | 1111110 | 1101101 | 0 | 10001 | 11100 | 101001 | 11000 | 10001 | 110011 |
Color Harmonies of #977E6D
Complementary color
Monochromatic Colors of #977E6D
Black with #977E6D
Text Example
Text Example
White with #977E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977E6D; }
p { color: rgb(151,126,109); }
H1.HeaderClassName
{
color: #977E6D;
}
.AnyTagClassName
{
color: #977E6D;
}
</style>
background-color css
<style>
a { background-color: #977E6D; }
a { background-color: rgb(151,126,109); }
div.DivClassName
{
background-color: #977E6D;
}
.BgClassName
{
background-color: #977E6D;
}
</style>
border-color css
<style>
span { border-color: #977E6D; }
span { border-color: rgb(151,126,109); }
td.TdClassName
{
border-color: #977E6D;
}
.TagClassName
{
border-color: #977E6D;
}
</style>