Shades of Squirrel #937C62
Tints of Squirrel #937C62
RGB
CMYK
RGB Variations
Color information
#937C62 (or 0x937C62) is known color: Squirrel. HEX triplet: 93, 7C and 62. RGB value is (147,124,98). Sum of RGB (Red+Green+Blue) = 147+124+98=369 (48% of max value = 765). Red value is 147 (57.81% from 255 or 39.84% from 369); Green value is 124 (48.83% from 255 or 33.60% from 369); Blue value is 98 (38.67% from 255 or 26.56% from 369); Max value from RGB is 147 - color contains mainly: red. Hex color #937C62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937C62 is #6C839D. Grayscale: #808080. Windows color (decimal): -7111582 or 6454419. OLE color: 6454419.
HSL color Cylindrical-coordinate representation of color #937C62: hue angle of 31.84º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #937C62 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 124 | 98 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.42 |
| HSL | 31.84º | 0.2% | 0.48% | - |
| HSV(B) | 31.84º | 0.33% | 0.58% | - |
| XYZ | 21.44 | 21.5 | 14.57 | - |
| YUV | 127.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 98 | 0 | 0.16 | 0.33 | 0.42 | 31.84 | 0.2 | 0.48 |
| Hex | 93 | 7C | 62 | 0 | 10 | 21 | 2A | 20 | 14 | 30 |
| Octal | 223 | 174 | 142 | 0 | 20 | 41 | 52 | 40 | 24 | 60 |
| Binary | 10010011 | 1111100 | 1100010 | 0 | 10000 | 100001 | 101010 | 100000 | 10100 | 110000 |
Color Harmonies of #937C62
Complementary color
Monochromatic Colors of #937C62
Black with #937C62
Text Example
Text Example
White with #937C62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937C62; }
p { color: rgb(147,124,98); }
H1.HeaderClassName
{
color: #937C62;
}
.AnyTagClassName
{
color: #937C62;
}
</style>
background-color css
<style>
a { background-color: #937C62; }
a { background-color: rgb(147,124,98); }
div.DivClassName
{
background-color: #937C62;
}
.BgClassName
{
background-color: #937C62;
}
</style>
border-color css
<style>
span { border-color: #937C62; }
span { border-color: rgb(147,124,98); }
td.TdClassName
{
border-color: #937C62;
}
.TagClassName
{
border-color: #937C62;
}
</style>