Shades of Squirrel #98846D
Tints of Squirrel #98846D
RGB
CMYK
RGB Variations
Color information
#98846D (or 0x98846D) is known color: Squirrel. HEX triplet: 98, 84 and 6D. RGB value is (152,132,109). Sum of RGB (Red+Green+Blue) = 152+132+109=393 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.68% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 109 (42.97% from 255 or 27.74% from 393); Max value from RGB is 152 - color contains mainly: red. Hex color #98846D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98846D is #677B92. Grayscale: #878787. Windows color (decimal): -6781843 or 7177368. OLE color: 7177368.
HSL color Cylindrical-coordinate representation of color #98846D: hue angle of 32.09º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #98846D is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 132 | 109 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.40 |
| HSL | 32.09º | 0.17% | 0.51% | - |
| HSV(B) | 32.09º | 0.28% | 0.6% | - |
| XYZ | 23.96 | 24.28 | 17.89 | - |
| YUV | 135.36 | 113.13 | 139.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 132 | 109 | 0 | 0.13 | 0.28 | 0.40 | 32.09 | 0.17 | 0.51 |
| Hex | 98 | 84 | 6D | 0 | D | 1C | 28 | 20 | 11 | 33 |
| Octal | 230 | 204 | 155 | 0 | 15 | 34 | 50 | 40 | 21 | 63 |
| Binary | 10011000 | 10000100 | 1101101 | 0 | 1101 | 11100 | 101000 | 100000 | 10001 | 110011 |
Color Harmonies of #98846D
Complementary color
Monochromatic Colors of #98846D
Black with #98846D
Text Example
Text Example
White with #98846D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98846D; }
p { color: rgb(152,132,109); }
H1.HeaderClassName
{
color: #98846D;
}
.AnyTagClassName
{
color: #98846D;
}
</style>
background-color css
<style>
a { background-color: #98846D; }
a { background-color: rgb(152,132,109); }
div.DivClassName
{
background-color: #98846D;
}
.BgClassName
{
background-color: #98846D;
}
</style>
border-color css
<style>
span { border-color: #98846D; }
span { border-color: rgb(152,132,109); }
td.TdClassName
{
border-color: #98846D;
}
.TagClassName
{
border-color: #98846D;
}
</style>