Shades of Squirrel #96826E
Tints of Squirrel #96826E
RGB
CMYK
RGB Variations
Color information
#96826E (or 0x96826E) is known color: Squirrel. HEX triplet: 96, 82 and 6E. RGB value is (150,130,110). Sum of RGB (Red+Green+Blue) = 150+130+110=390 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.46% from 390); Green value is 130 (51.17% from 255 or 33.33% from 390); Blue value is 110 (43.36% from 255 or 28.21% from 390); Max value from RGB is 150 - color contains mainly: red. Hex color #96826E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96826E is #697D91. Grayscale: #858585. Windows color (decimal): -6913426 or 7242390. OLE color: 7242390.
HSL color Cylindrical-coordinate representation of color #96826E: hue angle of 30º 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 #96826E is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 110 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.41 |
| HSL | 30º | 0.16% | 0.51% | - |
| HSV(B) | 30º | 0.27% | 0.59% | - |
| XYZ | 23.37 | 23.58 | 18.07 | - |
| YUV | 133.7 | 114.63 | 139.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 110 | 0 | 0.13 | 0.27 | 0.41 | 30 | 0.16 | 0.51 |
| Hex | 96 | 82 | 6E | 0 | D | 1B | 29 | 1E | 10 | 33 |
| Octal | 226 | 202 | 156 | 0 | 15 | 33 | 51 | 36 | 20 | 63 |
| Binary | 10010110 | 10000010 | 1101110 | 0 | 1101 | 11011 | 101001 | 11110 | 10000 | 110011 |
Color Harmonies of #96826E
Complementary color
Monochromatic Colors of #96826E
Black with #96826E
Text Example
Text Example
White with #96826E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96826E; }
p { color: rgb(150,130,110); }
H1.HeaderClassName
{
color: #96826E;
}
.AnyTagClassName
{
color: #96826E;
}
</style>
background-color css
<style>
a { background-color: #96826E; }
a { background-color: rgb(150,130,110); }
div.DivClassName
{
background-color: #96826E;
}
.BgClassName
{
background-color: #96826E;
}
</style>
border-color css
<style>
span { border-color: #96826E; }
span { border-color: rgb(150,130,110); }
td.TdClassName
{
border-color: #96826E;
}
.TagClassName
{
border-color: #96826E;
}
</style>