Shades of Squirrel #98826E
Tints of Squirrel #98826E
RGB
CMYK
RGB Variations
Color information
#98826E (or 0x98826E) is known color: Squirrel. HEX triplet: 98, 82 and 6E. RGB value is (152,130,110). Sum of RGB (Red+Green+Blue) = 152+130+110=392 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.78% from 392); Green value is 130 (51.17% from 255 or 33.16% from 392); Blue value is 110 (43.36% from 255 or 28.06% from 392); Max value from RGB is 152 - color contains mainly: red. Hex color #98826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98826E is #677D91. Grayscale: #868686. Windows color (decimal): -6782354 or 7242392. OLE color: 7242392.
HSL color Cylindrical-coordinate representation of color #98826E: hue angle of 28.57º 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 #98826E is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 130 | 110 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.40 |
| HSL | 28.57º | 0.17% | 0.51% | - |
| HSV(B) | 28.57º | 0.28% | 0.6% | - |
| XYZ | 23.75 | 23.77 | 18.09 | - |
| YUV | 134.3 | 114.29 | 140.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 130 | 110 | 0 | 0.14 | 0.28 | 0.40 | 28.57 | 0.17 | 0.51 |
| Hex | 98 | 82 | 6E | 0 | E | 1C | 28 | 1D | 11 | 33 |
| Octal | 230 | 202 | 156 | 0 | 16 | 34 | 50 | 35 | 21 | 63 |
| Binary | 10011000 | 10000010 | 1101110 | 0 | 1110 | 11100 | 101000 | 11101 | 10001 | 110011 |
Color Harmonies of #98826E
Complementary color
Monochromatic Colors of #98826E
Black with #98826E
Text Example
Text Example
White with #98826E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98826E; }
p { color: rgb(152,130,110); }
H1.HeaderClassName
{
color: #98826E;
}
.AnyTagClassName
{
color: #98826E;
}
</style>
background-color css
<style>
a { background-color: #98826E; }
a { background-color: rgb(152,130,110); }
div.DivClassName
{
background-color: #98826E;
}
.BgClassName
{
background-color: #98826E;
}
</style>
border-color css
<style>
span { border-color: #98826E; }
span { border-color: rgb(152,130,110); }
td.TdClassName
{
border-color: #98826E;
}
.TagClassName
{
border-color: #98826E;
}
</style>