Shades of Squirrel #977E6B
Tints of Squirrel #977E6B
RGB
CMYK
RGB Variations
Color information
#977E6B (or 0x977E6B) is known color: Squirrel. HEX triplet: 97, 7E and 6B. RGB value is (151,126,107). Sum of RGB (Red+Green+Blue) = 151+126+107=384 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.32% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 107 (42.19% from 255 or 27.86% from 384); Max value from RGB is 151 - color contains mainly: red. Hex color #977E6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977E6B is #688194. Grayscale: #838383. Windows color (decimal): -6848917 or 7044759. OLE color: 7044759.
HSL color Cylindrical-coordinate representation of color #977E6B: hue angle of 25.91º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #977E6B is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 126 | 107 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.41 |
| HSL | 25.91º | 0.17% | 0.51% | - |
| HSV(B) | 25.91º | 0.29% | 0.59% | - |
| XYZ | 22.88 | 22.56 | 17.06 | - |
| YUV | 131.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 126 | 107 | 0 | 0.17 | 0.29 | 0.41 | 25.91 | 0.17 | 0.51 |
| Hex | 97 | 7E | 6B | 0 | 11 | 1D | 29 | 1A | 11 | 33 |
| Octal | 227 | 176 | 153 | 0 | 21 | 35 | 51 | 32 | 21 | 63 |
| Binary | 10010111 | 1111110 | 1101011 | 0 | 10001 | 11101 | 101001 | 11010 | 10001 | 110011 |
Color Harmonies of #977E6B
Complementary color
Monochromatic Colors of #977E6B
Black with #977E6B
Text Example
Text Example
White with #977E6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977E6B; }
p { color: rgb(151,126,107); }
H1.HeaderClassName
{
color: #977E6B;
}
.AnyTagClassName
{
color: #977E6B;
}
</style>
background-color css
<style>
a { background-color: #977E6B; }
a { background-color: rgb(151,126,107); }
div.DivClassName
{
background-color: #977E6B;
}
.BgClassName
{
background-color: #977E6B;
}
</style>
border-color css
<style>
span { border-color: #977E6B; }
span { border-color: rgb(151,126,107); }
td.TdClassName
{
border-color: #977E6B;
}
.TagClassName
{
border-color: #977E6B;
}
</style>