Shades of Squirrel #98816D
Tints of Squirrel #98816D
RGB
CMYK
RGB Variations
Color information
#98816D (or 0x98816D) is known color: Squirrel. HEX triplet: 98, 81 and 6D. RGB value is (152,129,109). Sum of RGB (Red+Green+Blue) = 152+129+109=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 129 (50.78% from 255 or 33.08% from 390); Blue value is 109 (42.97% from 255 or 27.95% from 390); Max value from RGB is 152 - color contains mainly: red. Hex color #98816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98816D is #677E92. Grayscale: #858585. Windows color (decimal): -6782611 or 7176600. OLE color: 7176600.
HSL color Cylindrical-coordinate representation of color #98816D: hue angle of 27.91º 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 #98816D is Cyan = 0, Magento = 0.15, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 129 | 109 | - |
| CMYK | 0 | 0.15 | 0.28 | 0.40 |
| HSL | 27.91º | 0.17% | 0.51% | - |
| HSV(B) | 27.91º | 0.28% | 0.6% | - |
| XYZ | 23.56 | 23.48 | 17.76 | - |
| YUV | 133.6 | 114.12 | 141.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 129 | 109 | 0 | 0.15 | 0.28 | 0.40 | 27.91 | 0.17 | 0.51 |
| Hex | 98 | 81 | 6D | 0 | F | 1C | 28 | 1C | 11 | 33 |
| Octal | 230 | 201 | 155 | 0 | 17 | 34 | 50 | 34 | 21 | 63 |
| Binary | 10011000 | 10000001 | 1101101 | 0 | 1111 | 11100 | 101000 | 11100 | 10001 | 110011 |
Color Harmonies of #98816D
Complementary color
Monochromatic Colors of #98816D
Black with #98816D
Text Example
Text Example
White with #98816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98816D; }
p { color: rgb(152,129,109); }
H1.HeaderClassName
{
color: #98816D;
}
.AnyTagClassName
{
color: #98816D;
}
</style>
background-color css
<style>
a { background-color: #98816D; }
a { background-color: rgb(152,129,109); }
div.DivClassName
{
background-color: #98816D;
}
.BgClassName
{
background-color: #98816D;
}
</style>
border-color css
<style>
span { border-color: #98816D; }
span { border-color: rgb(152,129,109); }
td.TdClassName
{
border-color: #98816D;
}
.TagClassName
{
border-color: #98816D;
}
</style>