Shades of Squirrel #96836C
Tints of Squirrel #96836C
RGB
CMYK
RGB Variations
Color information
#96836C (or 0x96836C) is known color: Squirrel. HEX triplet: 96, 83 and 6C. RGB value is (150,131,108). Sum of RGB (Red+Green+Blue) = 150+131+108=389 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.56% from 389); Green value is 131 (51.56% from 255 or 33.68% from 389); Blue value is 108 (42.58% from 255 or 27.76% from 389); Max value from RGB is 150 - color contains mainly: red. Hex color #96836C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96836C is #697C93. Grayscale: #868686. Windows color (decimal): -6913172 or 7111574. OLE color: 7111574.
HSL color Cylindrical-coordinate representation of color #96836C: hue angle of 32.86º 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 #96836C is Cyan = 0, Magento = 0.13, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 131 | 108 | - |
| CMYK | 0 | 0.13 | 0.28 | 0.41 |
| HSL | 32.86º | 0.17% | 0.51% | - |
| HSV(B) | 32.86º | 0.28% | 0.59% | - |
| XYZ | 23.4 | 23.8 | 17.55 | - |
| YUV | 134.06 | 113.29 | 139.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 108 | 0 | 0.13 | 0.28 | 0.41 | 32.86 | 0.17 | 0.51 |
| Hex | 96 | 83 | 6C | 0 | D | 1C | 29 | 21 | 11 | 33 |
| Octal | 226 | 203 | 154 | 0 | 15 | 34 | 51 | 41 | 21 | 63 |
| Binary | 10010110 | 10000011 | 1101100 | 0 | 1101 | 11100 | 101001 | 100001 | 10001 | 110011 |
Color Harmonies of #96836C
Complementary color
Monochromatic Colors of #96836C
Black with #96836C
Text Example
Text Example
White with #96836C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96836C; }
p { color: rgb(150,131,108); }
H1.HeaderClassName
{
color: #96836C;
}
.AnyTagClassName
{
color: #96836C;
}
</style>
background-color css
<style>
a { background-color: #96836C; }
a { background-color: rgb(150,131,108); }
div.DivClassName
{
background-color: #96836C;
}
.BgClassName
{
background-color: #96836C;
}
</style>
border-color css
<style>
span { border-color: #96836C; }
span { border-color: rgb(150,131,108); }
td.TdClassName
{
border-color: #96836C;
}
.TagClassName
{
border-color: #96836C;
}
</style>