Shades of Squirrel #98816C
Tints of Squirrel #98816C
RGB
CMYK
RGB Variations
Color information
#98816C (or 0x98816C) is known color: Squirrel. HEX triplet: 98, 81 and 6C. RGB value is (152,129,108). Sum of RGB (Red+Green+Blue) = 152+129+108=389 (51% of max value = 765). Red value is 152 (59.77% from 255 or 39.07% from 389); Green value is 129 (50.78% from 255 or 33.16% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 152 - color contains mainly: red. Hex color #98816C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #98816C is #677E93. Grayscale: #858585. Windows color (decimal): -6782612 or 7111064. OLE color: 7111064.
HSL color Cylindrical-coordinate representation of color #98816C: hue angle of 28.64º degrees, saturation: 0.18, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #98816C is Cyan = 0, Magento = 0.15, Yellow = 0.29 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 152 | 129 | 108 | - |
| CMYK | 0 | 0.15 | 0.29 | 0.40 |
| HSL | 28.64º | 0.18% | 0.51% | - |
| HSV(B) | 28.64º | 0.29% | 0.6% | - |
| XYZ | 23.51 | 23.46 | 17.48 | - |
| YUV | 133.48 | 113.62 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 129 | 108 | 0 | 0.15 | 0.29 | 0.40 | 28.64 | 0.18 | 0.51 |
| Hex | 98 | 81 | 6C | 0 | F | 1D | 28 | 1D | 12 | 33 |
| Octal | 230 | 201 | 154 | 0 | 17 | 35 | 50 | 35 | 22 | 63 |
| Binary | 10011000 | 10000001 | 1101100 | 0 | 1111 | 11101 | 101000 | 11101 | 10010 | 110011 |
Color Harmonies of #98816C
Complementary color
Monochromatic Colors of #98816C
Black with #98816C
Text Example
Text Example
White with #98816C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98816C; }
p { color: rgb(152,129,108); }
H1.HeaderClassName
{
color: #98816C;
}
.AnyTagClassName
{
color: #98816C;
}
</style>
background-color css
<style>
a { background-color: #98816C; }
a { background-color: rgb(152,129,108); }
div.DivClassName
{
background-color: #98816C;
}
.BgClassName
{
background-color: #98816C;
}
</style>
border-color css
<style>
span { border-color: #98816C; }
span { border-color: rgb(152,129,108); }
td.TdClassName
{
border-color: #98816C;
}
.TagClassName
{
border-color: #98816C;
}
</style>