Shades of Squirrel #987C69
Tints of Squirrel #987C69
RGB
CMYK
RGB Variations
Color information
#987C69 (or 0x987C69) is known color: Squirrel. HEX triplet: 98, 7C and 69. RGB value is (152,124,105). Sum of RGB (Red+Green+Blue) = 152+124+105=381 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.90% from 381); Green value is 124 (48.83% from 255 or 32.55% from 381); Blue value is 105 (41.41% from 255 or 27.56% from 381); Max value from RGB is 152 - color contains mainly: red. Hex color #987C69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987C69 is #678396. Grayscale: #828282. Windows color (decimal): -6783895 or 6913176. OLE color: 6913176.
HSL color Cylindrical-coordinate representation of color #987C69: hue angle of 24.26º 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 #987C69 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 124 | 105 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.40 |
| HSL | 24.26º | 0.19% | 0.5% | - |
| HSV(B) | 24.26º | 0.31% | 0.6% | - |
| XYZ | 22.71 | 22.11 | 16.44 | - |
| YUV | 130.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 124 | 105 | 0 | 0.18 | 0.31 | 0.40 | 24.26 | 0.19 | 0.5 |
| Hex | 98 | 7C | 69 | 0 | 12 | 1F | 28 | 18 | 13 | 32 |
| Octal | 230 | 174 | 151 | 0 | 22 | 37 | 50 | 30 | 23 | 62 |
| Binary | 10011000 | 1111100 | 1101001 | 0 | 10010 | 11111 | 101000 | 11000 | 10011 | 110010 |
Color Harmonies of #987C69
Complementary color
Monochromatic Colors of #987C69
Black with #987C69
Text Example
Text Example
White with #987C69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987C69; }
p { color: rgb(152,124,105); }
H1.HeaderClassName
{
color: #987C69;
}
.AnyTagClassName
{
color: #987C69;
}
</style>
background-color css
<style>
a { background-color: #987C69; }
a { background-color: rgb(152,124,105); }
div.DivClassName
{
background-color: #987C69;
}
.BgClassName
{
background-color: #987C69;
}
</style>
border-color css
<style>
span { border-color: #987C69; }
span { border-color: rgb(152,124,105); }
td.TdClassName
{
border-color: #987C69;
}
.TagClassName
{
border-color: #987C69;
}
</style>