Shades of Squirrel #987D69
Tints of Squirrel #987D69
RGB
CMYK
RGB Variations
Color information
#987D69 (or 0x987D69) is known color: Squirrel. HEX triplet: 98, 7D and 69. RGB value is (152,125,105). Sum of RGB (Red+Green+Blue) = 152+125+105=382 (50% of max value = 765). Red value is 152 (59.77% from 255 or 39.79% from 382); Green value is 125 (49.22% from 255 or 32.72% from 382); Blue value is 105 (41.41% from 255 or 27.49% from 382); Max value from RGB is 152 - color contains mainly: red. Hex color #987D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987D69 is #678296. Grayscale: #828282. Windows color (decimal): -6783639 or 6913432. OLE color: 6913432.
HSL color Cylindrical-coordinate representation of color #987D69: hue angle of 25.53º 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 #987D69 is Cyan = 0, Magento = 0.18, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 125 | 105 | - |
| CMYK | 0 | 0.18 | 0.31 | 0.40 |
| HSL | 25.53º | 0.19% | 0.5% | - |
| HSV(B) | 25.53º | 0.31% | 0.6% | - |
| XYZ | 22.83 | 22.36 | 16.48 | - |
| YUV | 130.79 | 113.45 | 143.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 125 | 105 | 0 | 0.18 | 0.31 | 0.40 | 25.53 | 0.19 | 0.5 |
| Hex | 98 | 7D | 69 | 0 | 12 | 1F | 28 | 1A | 13 | 32 |
| Octal | 230 | 175 | 151 | 0 | 22 | 37 | 50 | 32 | 23 | 62 |
| Binary | 10011000 | 1111101 | 1101001 | 0 | 10010 | 11111 | 101000 | 11010 | 10011 | 110010 |
Color Harmonies of #987D69
Complementary color
Monochromatic Colors of #987D69
Black with #987D69
Text Example
Text Example
White with #987D69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987D69; }
p { color: rgb(152,125,105); }
H1.HeaderClassName
{
color: #987D69;
}
.AnyTagClassName
{
color: #987D69;
}
</style>
background-color css
<style>
a { background-color: #987D69; }
a { background-color: rgb(152,125,105); }
div.DivClassName
{
background-color: #987D69;
}
.BgClassName
{
background-color: #987D69;
}
</style>
border-color css
<style>
span { border-color: #987D69; }
span { border-color: rgb(152,125,105); }
td.TdClassName
{
border-color: #987D69;
}
.TagClassName
{
border-color: #987D69;
}
</style>