Shades of Squirrel #977D6A
Tints of Squirrel #977D6A
RGB
CMYK
RGB Variations
Color information
#977D6A (or 0x977D6A) is known color: Squirrel. HEX triplet: 97, 7D and 6A. RGB value is (151,125,106). Sum of RGB (Red+Green+Blue) = 151+125+106=382 (50% of max value = 765). Red value is 151 (59.38% from 255 or 39.53% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 106 (41.80% from 255 or 27.75% from 382); Max value from RGB is 151 - color contains mainly: red. Hex color #977D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #977D6A is #688295. Grayscale: #828282. Windows color (decimal): -6849174 or 6978967. OLE color: 6978967.
HSL color Cylindrical-coordinate representation of color #977D6A: hue angle of 25.33º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #977D6A is Cyan = 0, Magento = 0.17, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
RGB | 151 | 125 | 106 | - |
CMYK | 0 | 0.17 | 0.30 | 0.41 |
HSL | 25.33º | 0.18% | 0.5% | - |
HSV(B) | 25.33º | 0.3% | 0.59% | - |
XYZ | 22.7 | 22.29 | 16.74 | - |
YUV | 130.61 | 114.11 | 142.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 151 | 125 | 106 | 0 | 0.17 | 0.30 | 0.41 | 25.33 | 0.18 | 0.5 |
Hex | 97 | 7D | 6A | 0 | 11 | 1E | 29 | 19 | 12 | 32 |
Octal | 227 | 175 | 152 | 0 | 21 | 36 | 51 | 31 | 22 | 62 |
Binary | 10010111 | 1111101 | 1101010 | 0 | 10001 | 11110 | 101001 | 11001 | 10010 | 110010 |
Color Harmonies of #977D6A
Complementary color
Monochromatic Colors of #977D6A
Black with #977D6A
Text Example
Text Example
White with #977D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #977D6A; }
p { color: rgb(151,125,106); }
H1.HeaderClassName
{
color: #977D6A;
}
.AnyTagClassName
{
color: #977D6A;
}
</style>
background-color css
<style>
a { background-color: #977D6A; }
a { background-color: rgb(151,125,106); }
div.DivClassName
{
background-color: #977D6A;
}
.BgClassName
{
background-color: #977D6A;
}
</style>
border-color css
<style>
span { border-color: #977D6A; }
span { border-color: rgb(151,125,106); }
td.TdClassName
{
border-color: #977D6A;
}
.TagClassName
{
border-color: #977D6A;
}
</style>