Shades of Squirrel #967E6C
Tints of Squirrel #967E6C
RGB
CMYK
RGB Variations
Color information
#967E6C (or 0x967E6C) is known color: Squirrel. HEX triplet: 96, 7E and 6C. RGB value is (150,126,108). Sum of RGB (Red+Green+Blue) = 150+126+108=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 126 (49.61% from 255 or 32.81% from 384); Blue value is 108 (42.58% from 255 or 28.12% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #967E6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967E6C is #698193. Grayscale: #838383. Windows color (decimal): -6914452 or 7110294. OLE color: 7110294.
HSL color Cylindrical-coordinate representation of color #967E6C: hue angle of 25.71º 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 #967E6C is Cyan = 0, Magento = 0.16, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 126 | 108 | - |
| CMYK | 0 | 0.16 | 0.28 | 0.41 |
| HSL | 25.71º | 0.17% | 0.51% | - |
| HSV(B) | 25.71º | 0.28% | 0.59% | - |
| XYZ | 22.75 | 22.49 | 17.33 | - |
| YUV | 131.12 | 114.95 | 141.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 126 | 108 | 0 | 0.16 | 0.28 | 0.41 | 25.71 | 0.17 | 0.51 |
| Hex | 96 | 7E | 6C | 0 | 10 | 1C | 29 | 1A | 11 | 33 |
| Octal | 226 | 176 | 154 | 0 | 20 | 34 | 51 | 32 | 21 | 63 |
| Binary | 10010110 | 1111110 | 1101100 | 0 | 10000 | 11100 | 101001 | 11010 | 10001 | 110011 |
Color Harmonies of #967E6C
Complementary color
Monochromatic Colors of #967E6C
Black with #967E6C
Text Example
Text Example
White with #967E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967E6C; }
p { color: rgb(150,126,108); }
H1.HeaderClassName
{
color: #967E6C;
}
.AnyTagClassName
{
color: #967E6C;
}
</style>
background-color css
<style>
a { background-color: #967E6C; }
a { background-color: rgb(150,126,108); }
div.DivClassName
{
background-color: #967E6C;
}
.BgClassName
{
background-color: #967E6C;
}
</style>
border-color css
<style>
span { border-color: #967E6C; }
span { border-color: rgb(150,126,108); }
td.TdClassName
{
border-color: #967E6C;
}
.TagClassName
{
border-color: #967E6C;
}
</style>