Shades of Squirrel #967B69
Tints of Squirrel #967B69
RGB
CMYK
RGB Variations
Color information
#967B69 (or 0x967B69) is known color: Squirrel. HEX triplet: 96, 7B and 69. RGB value is (150,123,105). Sum of RGB (Red+Green+Blue) = 150+123+105=378 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.68% from 378); Green value is 123 (48.44% from 255 or 32.54% from 378); Blue value is 105 (41.41% from 255 or 27.78% from 378); Max value from RGB is 150 - color contains mainly: red. Hex color #967B69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967B69 is #698496. Grayscale: #818181. Windows color (decimal): -6915223 or 6912918. OLE color: 6912918.
HSL color Cylindrical-coordinate representation of color #967B69: hue angle of 24º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #967B69 is Cyan = 0, Magento = 0.18, Yellow = 0.30 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 123 | 105 | - |
| CMYK | 0 | 0.18 | 0.30 | 0.41 |
| HSL | 24º | 0.18% | 0.5% | - |
| HSV(B) | 24º | 0.3% | 0.59% | - |
| XYZ | 22.21 | 21.67 | 16.38 | - |
| YUV | 129.02 | 114.45 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 123 | 105 | 0 | 0.18 | 0.30 | 0.41 | 24 | 0.18 | 0.5 |
| Hex | 96 | 7B | 69 | 0 | 12 | 1E | 29 | 18 | 12 | 32 |
| Octal | 226 | 173 | 151 | 0 | 22 | 36 | 51 | 30 | 22 | 62 |
| Binary | 10010110 | 1111011 | 1101001 | 0 | 10010 | 11110 | 101001 | 11000 | 10010 | 110010 |
Color Harmonies of #967B69
Complementary color
Monochromatic Colors of #967B69
Black with #967B69
Text Example
Text Example
White with #967B69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967B69; }
p { color: rgb(150,123,105); }
H1.HeaderClassName
{
color: #967B69;
}
.AnyTagClassName
{
color: #967B69;
}
</style>
background-color css
<style>
a { background-color: #967B69; }
a { background-color: rgb(150,123,105); }
div.DivClassName
{
background-color: #967B69;
}
.BgClassName
{
background-color: #967B69;
}
</style>
border-color css
<style>
span { border-color: #967B69; }
span { border-color: rgb(150,123,105); }
td.TdClassName
{
border-color: #967B69;
}
.TagClassName
{
border-color: #967B69;
}
</style>