Shades of Squirrel #968468
Tints of Squirrel #968468
RGB
CMYK
RGB Variations
Color information
#968468 (or 0x968468) is known color: Squirrel. HEX triplet: 96, 84 and 68. RGB value is (150,132,104). Sum of RGB (Red+Green+Blue) = 150+132+104=386 (51% of max value = 765). Red value is 150 (58.98% from 255 or 38.86% from 386); Green value is 132 (51.95% from 255 or 34.20% from 386); Blue value is 104 (41.02% from 255 or 26.94% from 386); Max value from RGB is 150 - color contains mainly: red. Hex color #968468 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968468 is #697B97. Grayscale: #868686. Windows color (decimal): -6912920 or 6849686. OLE color: 6849686.
HSL color Cylindrical-coordinate representation of color #968468: hue angle of 36.52º 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 #968468 is Cyan = 0, Magento = 0.12, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 132 | 104 | - |
| CMYK | 0 | 0.12 | 0.31 | 0.41 |
| HSL | 36.52º | 0.18% | 0.5% | - |
| HSV(B) | 36.52º | 0.31% | 0.59% | - |
| XYZ | 23.33 | 23.99 | 16.5 | - |
| YUV | 134.19 | 110.96 | 139.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 132 | 104 | 0 | 0.12 | 0.31 | 0.41 | 36.52 | 0.18 | 0.5 |
| Hex | 96 | 84 | 68 | 0 | C | 1F | 29 | 25 | 12 | 32 |
| Octal | 226 | 204 | 150 | 0 | 14 | 37 | 51 | 45 | 22 | 62 |
| Binary | 10010110 | 10000100 | 1101000 | 0 | 1100 | 11111 | 101001 | 100101 | 10010 | 110010 |
Color Harmonies of #968468
Complementary color
Monochromatic Colors of #968468
Black with #968468
Text Example
Text Example
White with #968468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968468; }
p { color: rgb(150,132,104); }
H1.HeaderClassName
{
color: #968468;
}
.AnyTagClassName
{
color: #968468;
}
</style>
background-color css
<style>
a { background-color: #968468; }
a { background-color: rgb(150,132,104); }
div.DivClassName
{
background-color: #968468;
}
.BgClassName
{
background-color: #968468;
}
</style>
border-color css
<style>
span { border-color: #968468; }
span { border-color: rgb(150,132,104); }
td.TdClassName
{
border-color: #968468;
}
.TagClassName
{
border-color: #968468;
}
</style>