Shades of Squirrel #99816D
Tints of Squirrel #99816D
RGB
CMYK
RGB Variations
Color information
#99816D (or 0x99816D) is known color: Squirrel. HEX triplet: 99, 81 and 6D. RGB value is (153,129,109). Sum of RGB (Red+Green+Blue) = 153+129+109=391 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.13% from 391); Green value is 129 (50.78% from 255 or 32.99% from 391); Blue value is 109 (42.97% from 255 or 27.88% from 391); Max value from RGB is 153 - color contains mainly: red. Hex color #99816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #99816D is #667E92. Grayscale: #868686. Windows color (decimal): -6717075 or 7176601. OLE color: 7176601.
HSL color Cylindrical-coordinate representation of color #99816D: hue angle of 27.27º 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 #99816D is Cyan = 0, Magento = 0.16, Yellow = 0.29 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 153 | 129 | 109 | - |
| CMYK | 0 | 0.16 | 0.29 | 0.4 |
| HSL | 27.27º | 0.18% | 0.51% | - |
| HSV(B) | 27.27º | 0.29% | 0.6% | - |
| XYZ | 23.75 | 23.58 | 17.77 | - |
| YUV | 133.9 | 113.95 | 141.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 129 | 109 | 0 | 0.16 | 0.29 | 0.4 | 27.27 | 0.18 | 0.51 |
| Hex | 99 | 81 | 6D | 0 | 10 | 1D | 28 | 1B | 12 | 33 |
| Octal | 231 | 201 | 155 | 0 | 20 | 35 | 50 | 33 | 22 | 63 |
| Binary | 10011001 | 10000001 | 1101101 | 0 | 10000 | 11101 | 101000 | 11011 | 10010 | 110011 |
Color Harmonies of #99816D
Complementary color
Monochromatic Colors of #99816D
Black with #99816D
Text Example
Text Example
White with #99816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #99816D; }
p { color: rgb(153,129,109); }
H1.HeaderClassName
{
color: #99816D;
}
.AnyTagClassName
{
color: #99816D;
}
</style>
background-color css
<style>
a { background-color: #99816D; }
a { background-color: rgb(153,129,109); }
div.DivClassName
{
background-color: #99816D;
}
.BgClassName
{
background-color: #99816D;
}
</style>
border-color css
<style>
span { border-color: #99816D; }
span { border-color: rgb(153,129,109); }
td.TdClassName
{
border-color: #99816D;
}
.TagClassName
{
border-color: #99816D;
}
</style>