Shades of Squirrel #967A68
Tints of Squirrel #967A68
RGB
CMYK
RGB Variations
Color information
#967A68 (or 0x967A68) is known color: Squirrel. HEX triplet: 96, 7A and 68. RGB value is (150,122,104). Sum of RGB (Red+Green+Blue) = 150+122+104=376 (49% of max value = 765). Red value is 150 (58.98% from 255 or 39.89% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 104 (41.02% from 255 or 27.66% from 376); Max value from RGB is 150 - color contains mainly: red. Hex color #967A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967A68 is #698597. Grayscale: #808080. Windows color (decimal): -6915480 or 6847126. OLE color: 6847126.
HSL color Cylindrical-coordinate representation of color #967A68: hue angle of 23.48º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #967A68 is Cyan = 0, Magento = 0.19, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 122 | 104 | - |
| CMYK | 0 | 0.19 | 0.31 | 0.41 |
| HSL | 23.48º | 0.18% | 0.5% | - |
| HSV(B) | 23.48º | 0.31% | 0.59% | - |
| XYZ | 22.04 | 21.4 | 16.07 | - |
| YUV | 128.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 122 | 104 | 0 | 0.19 | 0.31 | 0.41 | 23.48 | 0.18 | 0.5 |
| Hex | 96 | 7A | 68 | 0 | 13 | 1F | 29 | 17 | 12 | 32 |
| Octal | 226 | 172 | 150 | 0 | 23 | 37 | 51 | 27 | 22 | 62 |
| Binary | 10010110 | 1111010 | 1101000 | 0 | 10011 | 11111 | 101001 | 10111 | 10010 | 110010 |
Color Harmonies of #967A68
Complementary color
Monochromatic Colors of #967A68
Black with #967A68
Text Example
Text Example
White with #967A68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967A68; }
p { color: rgb(150,122,104); }
H1.HeaderClassName
{
color: #967A68;
}
.AnyTagClassName
{
color: #967A68;
}
</style>
background-color css
<style>
a { background-color: #967A68; }
a { background-color: rgb(150,122,104); }
div.DivClassName
{
background-color: #967A68;
}
.BgClassName
{
background-color: #967A68;
}
</style>
border-color css
<style>
span { border-color: #967A68; }
span { border-color: rgb(150,122,104); }
td.TdClassName
{
border-color: #967A68;
}
.TagClassName
{
border-color: #967A68;
}
</style>