Shades of Squirrel #96846C
Tints of Squirrel #96846C
RGB
CMYK
RGB Variations
Color information
#96846C (or 0x96846C) is known color: Squirrel. HEX triplet: 96, 84 and 6C. RGB value is (150,132,108). Sum of RGB (Red+Green+Blue) = 150+132+108=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 132 (51.95% from 255 or 33.85% from 390); Blue value is 108 (42.58% from 255 or 27.69% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #96846C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96846C is #697B93. Grayscale: #868686. Windows color (decimal): -6912916 or 7111830. OLE color: 7111830.
HSL color Cylindrical-coordinate representation of color #96846C: hue angle of 34.29º degrees, saturation: 0.17, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #96846C is Cyan = 0, Magento = 0.12, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 108 | - |
| CMYK | 0 | 0.12 | 0.28 | 0.41 |
| HSL | 34.29º | 0.17% | 0.51% | - |
| HSV(B) | 34.29º | 0.28% | 0.59% | - |
| XYZ | 23.54 | 24.07 | 17.59 | - |
| YUV | 134.65 | 112.96 | 138.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 108 | 0 | 0.12 | 0.28 | 0.41 | 34.29 | 0.17 | 0.51 |
| Hex | 96 | 84 | 6C | 0 | C | 1C | 29 | 22 | 11 | 33 |
| Octal | 226 | 204 | 154 | 0 | 14 | 34 | 51 | 42 | 21 | 63 |
| Binary | 10010110 | 10000100 | 1101100 | 0 | 1100 | 11100 | 101001 | 100010 | 10001 | 110011 |
Color Harmonies of #96846C
Complementary color
Monochromatic Colors of #96846C
Black with #96846C
Text Example
Text Example
White with #96846C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96846C; }
p { color: rgb(150,132,108); }
H1.HeaderClassName
{
color: #96846C;
}
.AnyTagClassName
{
color: #96846C;
}
</style>
background-color css
<style>
a { background-color: #96846C; }
a { background-color: rgb(150,132,108); }
div.DivClassName
{
background-color: #96846C;
}
.BgClassName
{
background-color: #96846C;
}
</style>
border-color css
<style>
span { border-color: #96846C; }
span { border-color: rgb(150,132,108); }
td.TdClassName
{
border-color: #96846C;
}
.TagClassName
{
border-color: #96846C;
}
</style>