Shades of Squirrel #96826A
Tints of Squirrel #96826A
RGB
CMYK
RGB Variations
Color information
#96826A (or 0x96826A) is known color: Squirrel. HEX triplet: 96, 82 and 6A. RGB value is (150,130,106). Sum of RGB (Red+Green+Blue) = 150+130+106=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 130 (51.17% from 255 or 33.68% from 386); Blue value is 106 (41.80% from 255 or 27.46% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #96826A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #96826A is #697D95. Grayscale: #858585. Windows color (decimal): -6913430 or 6980246. OLE color: 6980246.
HSL color Cylindrical-coordinate representation of color #96826A: hue angle of 32.73º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #96826A is Cyan = 0, Magento = 0.13, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 130 | 106 | - |
| CMYK | 0 | 0.13 | 0.29 | 0.41 |
| HSL | 32.73º | 0.17% | 0.5% | - |
| HSV(B) | 32.73º | 0.29% | 0.59% | - |
| XYZ | 23.16 | 23.49 | 16.95 | - |
| YUV | 133.24 | 112.63 | 139.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 130 | 106 | 0 | 0.13 | 0.29 | 0.41 | 32.73 | 0.17 | 0.5 |
| Hex | 96 | 82 | 6A | 0 | D | 1D | 29 | 21 | 11 | 32 |
| Octal | 226 | 202 | 152 | 0 | 15 | 35 | 51 | 41 | 21 | 62 |
| Binary | 10010110 | 10000010 | 1101010 | 0 | 1101 | 11101 | 101001 | 100001 | 10001 | 110010 |
Color Harmonies of #96826A
Complementary color
Monochromatic Colors of #96826A
Black with #96826A
Text Example
Text Example
White with #96826A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96826A; }
p { color: rgb(150,130,106); }
H1.HeaderClassName
{
color: #96826A;
}
.AnyTagClassName
{
color: #96826A;
}
</style>
background-color css
<style>
a { background-color: #96826A; }
a { background-color: rgb(150,130,106); }
div.DivClassName
{
background-color: #96826A;
}
.BgClassName
{
background-color: #96826A;
}
</style>
border-color css
<style>
span { border-color: #96826A; }
span { border-color: rgb(150,130,106); }
td.TdClassName
{
border-color: #96826A;
}
.TagClassName
{
border-color: #96826A;
}
</style>