Shades of Squirrel #967A66
Tints of Squirrel #967A66
RGB
CMYK
RGB Variations
Color information
#967A66 (or 0x967A66) is known color: Squirrel. HEX triplet: 96, 7A and 66. RGB value is (150,122,102). Sum of RGB (Red+Green+Blue) = 150+122+102=374 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.11% from 374); Green value is 122 (48.05% from 255 or 32.62% from 374); Blue value is 102 (40.23% from 255 or 27.27% from 374); Max value from RGB is 150 - color contains mainly: red. Hex color #967A66 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A66 is #698599. Grayscale: #808080. Windows color (decimal): -6915482 or 6716054. OLE color: 6716054.
HSL color Cylindrical-coordinate representation of color #967A66: hue angle of 25º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #967A66 is Cyan = 0, Magento = 0.19, Yellow = 0.32 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 122 | 102 | - |
| CMYK | 0 | 0.19 | 0.32 | 0.41 |
| HSL | 25º | 0.19% | 0.49% | - |
| HSV(B) | 25º | 0.32% | 0.59% | - |
| XYZ | 21.94 | 21.36 | 15.54 | - |
| YUV | 128.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 102 | 0 | 0.19 | 0.32 | 0.41 | 25 | 0.19 | 0.49 |
| Hex | 96 | 7A | 66 | 0 | 13 | 20 | 29 | 19 | 13 | 31 |
| Octal | 226 | 172 | 146 | 0 | 23 | 40 | 51 | 31 | 23 | 61 |
| Binary | 10010110 | 1111010 | 1100110 | 0 | 10011 | 100000 | 101001 | 11001 | 10011 | 110001 |
Color Harmonies of #967A66
Complementary color
Monochromatic Colors of #967A66
Black with #967A66
Text Example
Text Example
White with #967A66
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967A66; }
p { color: rgb(150,122,102); }
H1.HeaderClassName
{
color: #967A66;
}
.AnyTagClassName
{
color: #967A66;
}
</style>
background-color css
<style>
a { background-color: #967A66; }
a { background-color: rgb(150,122,102); }
div.DivClassName
{
background-color: #967A66;
}
.BgClassName
{
background-color: #967A66;
}
</style>
border-color css
<style>
span { border-color: #967A66; }
span { border-color: rgb(150,122,102); }
td.TdClassName
{
border-color: #967A66;
}
.TagClassName
{
border-color: #967A66;
}
</style>