Shades of Squirrel #937E64
Tints of Squirrel #937E64
RGB
CMYK
RGB Variations
Color information
#937E64 (or 0x937E64) is known color: Squirrel. HEX triplet: 93, 7E and 64. RGB value is (147,126,100). Sum of RGB (Red+Green+Blue) = 147+126+100=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 126 (49.61% from 255 or 33.78% from 373); Blue value is 100 (39.45% from 255 or 26.81% from 373); Max value from RGB is 147 - color contains mainly: red. Hex color #937E64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937E64 is #6C819B. Grayscale: #818181. Windows color (decimal): -7111068 or 6586003. OLE color: 6586003.
HSL color Cylindrical-coordinate representation of color #937E64: hue angle of 33.19º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #937E64 is Cyan = 0, Magento = 0.14, Yellow = 0.32 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 126 | 100 | - |
| CMYK | 0 | 0.14 | 0.32 | 0.42 |
| HSL | 33.19º | 0.19% | 0.48% | - |
| HSV(B) | 33.19º | 0.32% | 0.58% | - |
| XYZ | 21.79 | 22.04 | 15.16 | - |
| YUV | 129.32 | 111.46 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 100 | 0 | 0.14 | 0.32 | 0.42 | 33.19 | 0.19 | 0.48 |
| Hex | 93 | 7E | 64 | 0 | E | 20 | 2A | 21 | 13 | 30 |
| Octal | 223 | 176 | 144 | 0 | 16 | 40 | 52 | 41 | 23 | 60 |
| Binary | 10010011 | 1111110 | 1100100 | 0 | 1110 | 100000 | 101010 | 100001 | 10011 | 110000 |
Color Harmonies of #937E64
Complementary color
Monochromatic Colors of #937E64
Black with #937E64
Text Example
Text Example
White with #937E64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937E64; }
p { color: rgb(147,126,100); }
H1.HeaderClassName
{
color: #937E64;
}
.AnyTagClassName
{
color: #937E64;
}
</style>
background-color css
<style>
a { background-color: #937E64; }
a { background-color: rgb(147,126,100); }
div.DivClassName
{
background-color: #937E64;
}
.BgClassName
{
background-color: #937E64;
}
</style>
border-color css
<style>
span { border-color: #937E64; }
span { border-color: rgb(147,126,100); }
td.TdClassName
{
border-color: #937E64;
}
.TagClassName
{
border-color: #937E64;
}
</style>