Shades of Squirrel #968367
Tints of Squirrel #968367
RGB
CMYK
RGB Variations
Color information
#968367 (or 0x968367) is known color: Squirrel. HEX triplet: 96, 83 and 67. RGB value is (150,131,103). Sum of RGB (Red+Green+Blue) = 150+131+103=384 (50% of max value = 765). Red value is 150 (58.98% from 255 or 39.06% from 384); Green value is 131 (51.56% from 255 or 34.11% from 384); Blue value is 103 (40.62% from 255 or 26.82% from 384); Max value from RGB is 150 - color contains mainly: red. Hex color #968367 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #968367 is #697C98. Grayscale: #858585. Windows color (decimal): -6913177 or 6783894. OLE color: 6783894.
HSL color Cylindrical-coordinate representation of color #968367: hue angle of 35.74º 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 #968367 is Cyan = 0, Magento = 0.13, Yellow = 0.31 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 131 | 103 | - |
| CMYK | 0 | 0.13 | 0.31 | 0.41 |
| HSL | 35.74º | 0.19% | 0.5% | - |
| HSV(B) | 35.74º | 0.31% | 0.59% | - |
| XYZ | 23.14 | 23.7 | 16.19 | - |
| YUV | 133.49 | 110.79 | 139.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 131 | 103 | 0 | 0.13 | 0.31 | 0.41 | 35.74 | 0.19 | 0.5 |
| Hex | 96 | 83 | 67 | 0 | D | 1F | 29 | 24 | 13 | 32 |
| Octal | 226 | 203 | 147 | 0 | 15 | 37 | 51 | 44 | 23 | 62 |
| Binary | 10010110 | 10000011 | 1100111 | 0 | 1101 | 11111 | 101001 | 100100 | 10011 | 110010 |
Color Harmonies of #968367
Complementary color
Monochromatic Colors of #968367
Black with #968367
Text Example
Text Example
White with #968367
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #968367; }
p { color: rgb(150,131,103); }
H1.HeaderClassName
{
color: #968367;
}
.AnyTagClassName
{
color: #968367;
}
</style>
background-color css
<style>
a { background-color: #968367; }
a { background-color: rgb(150,131,103); }
div.DivClassName
{
background-color: #968367;
}
.BgClassName
{
background-color: #968367;
}
</style>
border-color css
<style>
span { border-color: #968367; }
span { border-color: rgb(150,131,103); }
td.TdClassName
{
border-color: #968367;
}
.TagClassName
{
border-color: #968367;
}
</style>