Shades of Squirrel #987F6C
Tints of Squirrel #987F6C
RGB
CMYK
RGB Variations
Color information
#987F6C (or 0x987F6C) is known color: Squirrel. HEX triplet: 98, 7F and 6C. RGB value is (152,127,108). Sum of RGB (Red+Green+Blue) = 152+127+108=387 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.28% from 387); Green value is 127 (50% from 255 or 32.82% from 387); Blue value is 108 (42.58% from 255 or 27.91% from 387); Max value from RGB is 152 - color contains mainly: red. Hex color #987F6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F6C is #678093. Grayscale: #848484. Windows color (decimal): -6783124 or 7110552. OLE color: 7110552.
HSL color Cylindrical-coordinate representation of color #987F6C: hue angle of 25.91º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #987F6C is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 108 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.40 |
| HSL | 25.91º | 0.18% | 0.51% | - |
| HSV(B) | 25.91º | 0.29% | 0.6% | - |
| XYZ | 23.25 | 22.94 | 17.39 | - |
| YUV | 132.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 108 | 0 | 0.16 | 0.29 | 0.40 | 25.91 | 0.18 | 0.51 |
| Hex | 98 | 7F | 6C | 0 | 10 | 1D | 28 | 1A | 12 | 33 |
| Octal | 230 | 177 | 154 | 0 | 20 | 35 | 50 | 32 | 22 | 63 |
| Binary | 10011000 | 1111111 | 1101100 | 0 | 10000 | 11101 | 101000 | 11010 | 10010 | 110011 |
Color Harmonies of #987F6C
Complementary color
Monochromatic Colors of #987F6C
Black with #987F6C
Text Example
Text Example
White with #987F6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F6C; }
p { color: rgb(152,127,108); }
H1.HeaderClassName
{
color: #987F6C;
}
.AnyTagClassName
{
color: #987F6C;
}
</style>
background-color css
<style>
a { background-color: #987F6C; }
a { background-color: rgb(152,127,108); }
div.DivClassName
{
background-color: #987F6C;
}
.BgClassName
{
background-color: #987F6C;
}
</style>
border-color css
<style>
span { border-color: #987F6C; }
span { border-color: rgb(152,127,108); }
td.TdClassName
{
border-color: #987F6C;
}
.TagClassName
{
border-color: #987F6C;
}
</style>