Shades of Squirrel #987F69
Tints of Squirrel #987F69
RGB
CMYK
RGB Variations
Color information
#987F69 (or 0x987F69) is known color: Squirrel. HEX triplet: 98, 7F and 69. RGB value is (152,127,105). Sum of RGB (Red+Green+Blue) = 152+127+105=384 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.58% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 105 (41.41% from 255 or 27.34% from 384); Max value from RGB is 152 - color contains mainly: red. Hex color #987F69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987F69 is #678096. Grayscale: #848484. Windows color (decimal): -6783127 or 6913944. OLE color: 6913944.
HSL color Cylindrical-coordinate representation of color #987F69: hue angle of 28.09º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #987F69 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 127 | 105 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.40 |
| HSL | 28.09º | 0.19% | 0.5% | - |
| HSV(B) | 28.09º | 0.31% | 0.6% | - |
| XYZ | 23.09 | 22.87 | 16.56 | - |
| YUV | 131.97 | 112.78 | 142.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 127 | 105 | 0 | 0.16 | 0.31 | 0.40 | 28.09 | 0.19 | 0.5 |
| Hex | 98 | 7F | 69 | 0 | 10 | 1F | 28 | 1C | 13 | 32 |
| Octal | 230 | 177 | 151 | 0 | 20 | 37 | 50 | 34 | 23 | 62 |
| Binary | 10011000 | 1111111 | 1101001 | 0 | 10000 | 11111 | 101000 | 11100 | 10011 | 110010 |
Color Harmonies of #987F69
Complementary color
Monochromatic Colors of #987F69
Black with #987F69
Text Example
Text Example
White with #987F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987F69; }
p { color: rgb(152,127,105); }
H1.HeaderClassName
{
color: #987F69;
}
.AnyTagClassName
{
color: #987F69;
}
</style>
background-color css
<style>
a { background-color: #987F69; }
a { background-color: rgb(152,127,105); }
div.DivClassName
{
background-color: #987F69;
}
.BgClassName
{
background-color: #987F69;
}
</style>
border-color css
<style>
span { border-color: #987F69; }
span { border-color: rgb(152,127,105); }
td.TdClassName
{
border-color: #987F69;
}
.TagClassName
{
border-color: #987F69;
}
</style>