Shades of Squirrel #967D6A
Tints of Squirrel #967D6A
RGB
CMYK
RGB Variations
Color information
#967D6A (or 0x967D6A) is known color: Squirrel. HEX triplet: 96, 7D and 6A. RGB value is (150,125,106). Sum of RGB (Red+Green+Blue) = 150+125+106=381 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.37% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 106 (41.80% from 255 or 27.82% from 381); Max value from RGB is 150 - color contains mainly: red. Hex color #967D6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967D6A is #698295. Grayscale: #828282. Windows color (decimal): -6914710 or 6978966. OLE color: 6978966.
HSL color Cylindrical-coordinate representation of color #967D6A: hue angle of 25.91º 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 #967D6A is Cyan = 0, Magento = 0.17, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 125 | 106 | - |
| CMYK | 0 | 0.17 | 0.29 | 0.41 |
| HSL | 25.91º | 0.17% | 0.5% | - |
| HSV(B) | 25.91º | 0.29% | 0.59% | - |
| XYZ | 22.51 | 22.19 | 16.73 | - |
| YUV | 130.31 | 114.28 | 142.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 125 | 106 | 0 | 0.17 | 0.29 | 0.41 | 25.91 | 0.17 | 0.5 |
| Hex | 96 | 7D | 6A | 0 | 11 | 1D | 29 | 1A | 11 | 32 |
| Octal | 226 | 175 | 152 | 0 | 21 | 35 | 51 | 32 | 21 | 62 |
| Binary | 10010110 | 1111101 | 1101010 | 0 | 10001 | 11101 | 101001 | 11010 | 10001 | 110010 |
Color Harmonies of #967D6A
Complementary color
Monochromatic Colors of #967D6A
Black with #967D6A
Text Example
Text Example
White with #967D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967D6A; }
p { color: rgb(150,125,106); }
H1.HeaderClassName
{
color: #967D6A;
}
.AnyTagClassName
{
color: #967D6A;
}
</style>
background-color css
<style>
a { background-color: #967D6A; }
a { background-color: rgb(150,125,106); }
div.DivClassName
{
background-color: #967D6A;
}
.BgClassName
{
background-color: #967D6A;
}
</style>
border-color css
<style>
span { border-color: #967D6A; }
span { border-color: rgb(150,125,106); }
td.TdClassName
{
border-color: #967D6A;
}
.TagClassName
{
border-color: #967D6A;
}
</style>