Shades of Squirrel #967867
Tints of Squirrel #967867
RGB
CMYK
RGB Variations
Color information
#967867 (or 0x967867) is known color: Squirrel. HEX triplet: 96, 78 and 67. RGB value is (150,120,103). Sum of RGB (Red+Green+Blue) = 150+120+103=373 (49% of max value = 765). Red value is 150 (58.98% from 255 or 40.21% from 373); Green value is 120 (47.27% from 255 or 32.17% from 373); Blue value is 103 (40.62% from 255 or 27.61% from 373); Max value from RGB is 150 - color contains mainly: red. Hex color #967867 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #967867 is #698798. Grayscale: #7F7F7F. Windows color (decimal): -6915993 or 6781078. OLE color: 6781078.
HSL color Cylindrical-coordinate representation of color #967867: hue angle of 21.7º degrees, saturation: 0.19, 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 #967867 is Cyan = 0, Magento = 0.20, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 120 | 103 | - |
| CMYK | 0 | 0.20 | 0.31 | 0.41 |
| HSL | 21.7º | 0.19% | 0.5% | - |
| HSV(B) | 21.7º | 0.31% | 0.59% | - |
| XYZ | 21.74 | 20.9 | 15.72 | - |
| YUV | 127.03 | 114.44 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 120 | 103 | 0 | 0.20 | 0.31 | 0.41 | 21.7 | 0.19 | 0.5 |
| Hex | 96 | 78 | 67 | 0 | 14 | 1F | 29 | 16 | 13 | 32 |
| Octal | 226 | 170 | 147 | 0 | 24 | 37 | 51 | 26 | 23 | 62 |
| Binary | 10010110 | 1111000 | 1100111 | 0 | 10100 | 11111 | 101001 | 10110 | 10011 | 110010 |
Color Harmonies of #967867
Complementary color
Monochromatic Colors of #967867
Black with #967867
Text Example
Text Example
White with #967867
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #967867; }
p { color: rgb(150,120,103); }
H1.HeaderClassName
{
color: #967867;
}
.AnyTagClassName
{
color: #967867;
}
</style>
background-color css
<style>
a { background-color: #967867; }
a { background-color: rgb(150,120,103); }
div.DivClassName
{
background-color: #967867;
}
.BgClassName
{
background-color: #967867;
}
</style>
border-color css
<style>
span { border-color: #967867; }
span { border-color: rgb(150,120,103); }
td.TdClassName
{
border-color: #967867;
}
.TagClassName
{
border-color: #967867;
}
</style>