Shades of Squirrel #987B69
Tints of Squirrel #987B69
RGB
CMYK
RGB Variations
Color information
#987B69 (or 0x987B69) is known color: Squirrel. HEX triplet: 98, 7B and 69. RGB value is (152,123,105). Sum of RGB (Red+Green+Blue) = 152+123+105=380 (50% of max value = 765). Red value is 152 (59.77% from 255 or 40% from 380); Green value is 123 (48.44% from 255 or 32.37% from 380); Blue value is 105 (41.41% from 255 or 27.63% from 380); Max value from RGB is 152 - color contains mainly: red. Hex color #987B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #987B69 is #678496. Grayscale: #818181. Windows color (decimal): -6784151 or 6912920. OLE color: 6912920.
HSL color Cylindrical-coordinate representation of color #987B69: hue angle of 22.98º 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 #987B69 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 123 | 105 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.40 |
| HSL | 22.98º | 0.19% | 0.5% | - |
| HSV(B) | 22.98º | 0.31% | 0.6% | - |
| XYZ | 22.58 | 21.86 | 16.39 | - |
| YUV | 129.62 | 114.11 | 143.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 123 | 105 | 0 | 0.19 | 0.31 | 0.40 | 22.98 | 0.19 | 0.5 |
| Hex | 98 | 7B | 69 | 0 | 13 | 1F | 28 | 17 | 13 | 32 |
| Octal | 230 | 173 | 151 | 0 | 23 | 37 | 50 | 27 | 23 | 62 |
| Binary | 10011000 | 1111011 | 1101001 | 0 | 10011 | 11111 | 101000 | 10111 | 10011 | 110010 |
Color Harmonies of #987B69
Complementary color
Monochromatic Colors of #987B69
Black with #987B69
Text Example
Text Example
White with #987B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #987B69; }
p { color: rgb(152,123,105); }
H1.HeaderClassName
{
color: #987B69;
}
.AnyTagClassName
{
color: #987B69;
}
</style>
background-color css
<style>
a { background-color: #987B69; }
a { background-color: rgb(152,123,105); }
div.DivClassName
{
background-color: #987B69;
}
.BgClassName
{
background-color: #987B69;
}
</style>
border-color css
<style>
span { border-color: #987B69; }
span { border-color: rgb(152,123,105); }
td.TdClassName
{
border-color: #987B69;
}
.TagClassName
{
border-color: #987B69;
}
</style>