Shades of Squirrel #937E6A
Tints of Squirrel #937E6A
RGB
CMYK
RGB Variations
Color information
#937E6A (or 0x937E6A) is known color: Squirrel. HEX triplet: 93, 7E and 6A. RGB value is (147,126,106). Sum of RGB (Red+Green+Blue) = 147+126+106=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 126 (49.61% from 255 or 33.25% from 379); Blue value is 106 (41.80% from 255 or 27.97% from 379); Max value from RGB is 147 - color contains mainly: red. Hex color #937E6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937E6A is #6C8195. Grayscale: #828282. Windows color (decimal): -7111062 or 6979219. OLE color: 6979219.
HSL color Cylindrical-coordinate representation of color #937E6A: hue angle of 29.27º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #937E6A is Cyan = 0, Magento = 0.14, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 126 | 106 | - |
| CMYK | 0 | 0.14 | 0.28 | 0.42 |
| HSL | 29.27º | 0.16% | 0.5% | - |
| HSV(B) | 29.27º | 0.28% | 0.58% | - |
| XYZ | 22.1 | 22.17 | 16.75 | - |
| YUV | 130 | 114.46 | 140.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 106 | 0 | 0.14 | 0.28 | 0.42 | 29.27 | 0.16 | 0.5 |
| Hex | 93 | 7E | 6A | 0 | E | 1C | 2A | 1D | 10 | 32 |
| Octal | 223 | 176 | 152 | 0 | 16 | 34 | 52 | 35 | 20 | 62 |
| Binary | 10010011 | 1111110 | 1101010 | 0 | 1110 | 11100 | 101010 | 11101 | 10000 | 110010 |
Color Harmonies of #937E6A
Complementary color
Monochromatic Colors of #937E6A
Black with #937E6A
Text Example
Text Example
White with #937E6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937E6A; }
p { color: rgb(147,126,106); }
H1.HeaderClassName
{
color: #937E6A;
}
.AnyTagClassName
{
color: #937E6A;
}
</style>
background-color css
<style>
a { background-color: #937E6A; }
a { background-color: rgb(147,126,106); }
div.DivClassName
{
background-color: #937E6A;
}
.BgClassName
{
background-color: #937E6A;
}
</style>
border-color css
<style>
span { border-color: #937E6A; }
span { border-color: rgb(147,126,106); }
td.TdClassName
{
border-color: #937E6A;
}
.TagClassName
{
border-color: #937E6A;
}
</style>