Shades of Squirrel #96806D
Tints of Squirrel #96806D
RGB
CMYK
RGB Variations
Color information
#96806D (or 0x96806D) is known color: Squirrel. HEX triplet: 96, 80 and 6D. RGB value is (150,128,109). Sum of RGB (Red+Green+Blue) = 150+128+109=387 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.76% from 387); Green value is 128 (50.39% from 255 or 33.07% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 150 - color contains mainly: red. Hex color #96806D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96806D is #697F92. Grayscale: #848484. Windows color (decimal): -6913939 or 7176342. OLE color: 7176342.
HSL color Cylindrical-coordinate representation of color #96806D: hue angle of 27.8º degrees, saturation: 0.16, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #96806D is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 128 | 109 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.41 |
| HSL | 27.8º | 0.16% | 0.51% | - |
| HSV(B) | 27.8º | 0.27% | 0.59% | - |
| XYZ | 23.06 | 23.03 | 17.7 | - |
| YUV | 132.41 | 114.79 | 140.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 128 | 109 | 0 | 0.15 | 0.27 | 0.41 | 27.8 | 0.16 | 0.51 |
| Hex | 96 | 80 | 6D | 0 | F | 1B | 29 | 1C | 10 | 33 |
| Octal | 226 | 200 | 155 | 0 | 17 | 33 | 51 | 34 | 20 | 63 |
| Binary | 10010110 | 10000000 | 1101101 | 0 | 1111 | 11011 | 101001 | 11100 | 10000 | 110011 |
Color Harmonies of #96806D
Complementary color
Monochromatic Colors of #96806D
Black with #96806D
Text Example
Text Example
White with #96806D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96806D; }
p { color: rgb(150,128,109); }
H1.HeaderClassName
{
color: #96806D;
}
.AnyTagClassName
{
color: #96806D;
}
</style>
background-color css
<style>
a { background-color: #96806D; }
a { background-color: rgb(150,128,109); }
div.DivClassName
{
background-color: #96806D;
}
.BgClassName
{
background-color: #96806D;
}
</style>
border-color css
<style>
span { border-color: #96806D; }
span { border-color: rgb(150,128,109); }
td.TdClassName
{
border-color: #96806D;
}
.TagClassName
{
border-color: #96806D;
}
</style>