Shades of Squirrel #968370
Tints of Squirrel #968370
RGB
CMYK
RGB Variations
Color information
#968370 (or 0x968370) is known color: Squirrel. HEX triplet: 96, 83 and 70. RGB value is (150,131,112). Sum of RGB (Red+Green+Blue) = 150+131+112=393 (52% of max value = 765). Red value is 150 (58.98% from 255 or 38.17% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 112 (44.14% from 255 or 28.50% from 393); Max value from RGB is 150 - color contains mainly: red. Hex color #968370 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968370 is #697C8F. Grayscale: #868686. Windows color (decimal): -6913168 or 7373718. OLE color: 7373718.
HSL color Cylindrical-coordinate representation of color #968370: hue angle of 30º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #968370 is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 131 | 112 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.41 |
| HSL | 30º | 0.15% | 0.51% | - |
| HSV(B) | 30º | 0.25% | 0.59% | - |
| XYZ | 23.62 | 23.89 | 18.69 | - |
| YUV | 134.52 | 115.29 | 139.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 112 | 0 | 0.13 | 0.25 | 0.41 | 30 | 0.15 | 0.51 |
| Hex | 96 | 83 | 70 | 0 | D | 19 | 29 | 1E | F | 33 |
| Octal | 226 | 203 | 160 | 0 | 15 | 31 | 51 | 36 | 17 | 63 |
| Binary | 10010110 | 10000011 | 1110000 | 0 | 1101 | 11001 | 101001 | 11110 | 1111 | 110011 |
Color Harmonies of #968370
Complementary color
Monochromatic Colors of #968370
Black with #968370
Text Example
Text Example
White with #968370
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968370; }
p { color: rgb(150,131,112); }
H1.HeaderClassName
{
color: #968370;
}
.AnyTagClassName
{
color: #968370;
}
</style>
background-color css
<style>
a { background-color: #968370; }
a { background-color: rgb(150,131,112); }
div.DivClassName
{
background-color: #968370;
}
.BgClassName
{
background-color: #968370;
}
</style>
border-color css
<style>
span { border-color: #968370; }
span { border-color: rgb(150,131,112); }
td.TdClassName
{
border-color: #968370;
}
.TagClassName
{
border-color: #968370;
}
</style>