Shades of Squirrel #987F6B
Tints of Squirrel #987F6B
RGB
CMYK
RGB Variations
Color information
#987F6B (or 0x987F6B) is known color: Squirrel. HEX triplet: 98, 7F and 6B. RGB value is (152,127,107). Sum of RGB (Red+Green+Blue) = 152+127+107=386 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.38% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 107 (42.19% from 255 or 27.72% from 386); Max value from RGB is 152 - color contains mainly: red. Hex color #987F6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F6B is #678094. Grayscale: #848484. Windows color (decimal): -6783125 or 7045016. OLE color: 7045016.
HSL color Cylindrical-coordinate representation of color #987F6B: hue angle of 26.67º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #987F6B is Cyan = 0, Magento = 0.16, Yellow = 0.30 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 107 | - |
| CMYK | 0 | 0.16 | 0.30 | 0.40 |
| HSL | 26.67º | 0.18% | 0.51% | - |
| HSV(B) | 26.67º | 0.3% | 0.6% | - |
| XYZ | 23.19 | 22.92 | 17.11 | - |
| YUV | 132.2 | 113.78 | 142.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 107 | 0 | 0.16 | 0.30 | 0.40 | 26.67 | 0.18 | 0.51 |
| Hex | 98 | 7F | 6B | 0 | 10 | 1E | 28 | 1B | 12 | 33 |
| Octal | 230 | 177 | 153 | 0 | 20 | 36 | 50 | 33 | 22 | 63 |
| Binary | 10011000 | 1111111 | 1101011 | 0 | 10000 | 11110 | 101000 | 11011 | 10010 | 110011 |
Color Harmonies of #987F6B
Complementary color
Monochromatic Colors of #987F6B
Black with #987F6B
Text Example
Text Example
White with #987F6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F6B; }
p { color: rgb(152,127,107); }
H1.HeaderClassName
{
color: #987F6B;
}
.AnyTagClassName
{
color: #987F6B;
}
</style>
background-color css
<style>
a { background-color: #987F6B; }
a { background-color: rgb(152,127,107); }
div.DivClassName
{
background-color: #987F6B;
}
.BgClassName
{
background-color: #987F6B;
}
</style>
border-color css
<style>
span { border-color: #987F6B; }
span { border-color: rgb(152,127,107); }
td.TdClassName
{
border-color: #987F6B;
}
.TagClassName
{
border-color: #987F6B;
}
</style>