Shades of Squirrel #987F6D
Tints of Squirrel #987F6D
RGB
CMYK
RGB Variations
Color information
#987F6D (or 0x987F6D) is known color: Squirrel. HEX triplet: 98, 7F and 6D. RGB value is (152,127,109). Sum of RGB (Red+Green+Blue) = 152+127+109=388 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.18% from 388); Green value is 127 (50% from 255 or 32.73% from 388); Blue value is 109 (42.97% from 255 or 28.09% from 388); Max value from RGB is 152 - color contains mainly: red. Hex color #987F6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F6D is #678092. Grayscale: #848484. Windows color (decimal): -6783123 or 7176088. OLE color: 7176088.
HSL color Cylindrical-coordinate representation of color #987F6D: hue angle of 25.12º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #987F6D is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 109 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.40 |
| HSL | 25.12º | 0.17% | 0.51% | - |
| HSV(B) | 25.12º | 0.28% | 0.6% | - |
| XYZ | 23.3 | 22.96 | 17.67 | - |
| YUV | 132.42 | 114.78 | 141.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 109 | 0 | 0.16 | 0.28 | 0.40 | 25.12 | 0.17 | 0.51 |
| Hex | 98 | 7F | 6D | 0 | 10 | 1C | 28 | 19 | 11 | 33 |
| Octal | 230 | 177 | 155 | 0 | 20 | 34 | 50 | 31 | 21 | 63 |
| Binary | 10011000 | 1111111 | 1101101 | 0 | 10000 | 11100 | 101000 | 11001 | 10001 | 110011 |
Color Harmonies of #987F6D
Complementary color
Monochromatic Colors of #987F6D
Black with #987F6D
Text Example
Text Example
White with #987F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F6D; }
p { color: rgb(152,127,109); }
H1.HeaderClassName
{
color: #987F6D;
}
.AnyTagClassName
{
color: #987F6D;
}
</style>
background-color css
<style>
a { background-color: #987F6D; }
a { background-color: rgb(152,127,109); }
div.DivClassName
{
background-color: #987F6D;
}
.BgClassName
{
background-color: #987F6D;
}
</style>
border-color css
<style>
span { border-color: #987F6D; }
span { border-color: rgb(152,127,109); }
td.TdClassName
{
border-color: #987F6D;
}
.TagClassName
{
border-color: #987F6D;
}
</style>