Shades of Squirrel #98836F
Tints of Squirrel #98836F
RGB
CMYK
RGB Variations
Color information
#98836F (or 0x98836F) is known color: Squirrel. HEX triplet: 98, 83 and 6F. RGB value is (152,131,111). Sum of RGB (Red+Green+Blue) = 152+131+111=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 111 (43.75% from 255 or 28.17% from 394); Max value from RGB is 152 - color contains mainly: red. Hex color #98836F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98836F is #677C90. Grayscale: #878787. Windows color (decimal): -6782097 or 7308184. OLE color: 7308184.
HSL color Cylindrical-coordinate representation of color #98836F: hue angle of 29.27º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #98836F is Cyan = 0, Magento = 0.14, Yellow = 0.27 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 131 | 111 | - |
| CMYK | 0 | 0.14 | 0.27 | 0.40 |
| HSL | 29.27º | 0.17% | 0.52% | - |
| HSV(B) | 29.27º | 0.27% | 0.6% | - |
| XYZ | 23.93 | 24.06 | 18.42 | - |
| YUV | 135 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 131 | 111 | 0 | 0.14 | 0.27 | 0.40 | 29.27 | 0.17 | 0.52 |
| Hex | 98 | 83 | 6F | 0 | E | 1B | 28 | 1D | 11 | 34 |
| Octal | 230 | 203 | 157 | 0 | 16 | 33 | 50 | 35 | 21 | 64 |
| Binary | 10011000 | 10000011 | 1101111 | 0 | 1110 | 11011 | 101000 | 11101 | 10001 | 110100 |
Color Harmonies of #98836F
Complementary color
Monochromatic Colors of #98836F
Black with #98836F
Text Example
Text Example
White with #98836F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98836F; }
p { color: rgb(152,131,111); }
H1.HeaderClassName
{
color: #98836F;
}
.AnyTagClassName
{
color: #98836F;
}
</style>
background-color css
<style>
a { background-color: #98836F; }
a { background-color: rgb(152,131,111); }
div.DivClassName
{
background-color: #98836F;
}
.BgClassName
{
background-color: #98836F;
}
</style>
border-color css
<style>
span { border-color: #98836F; }
span { border-color: rgb(152,131,111); }
td.TdClassName
{
border-color: #98836F;
}
.TagClassName
{
border-color: #98836F;
}
</style>