Shades of Squirrel #937C63
Tints of Squirrel #937C63
RGB
CMYK
RGB Variations
Color information
#937C63 (or 0x937C63) is known color: Squirrel. HEX triplet: 93, 7C and 63. RGB value is (147,124,99). Sum of RGB (Red+Green+Blue) = 147+124+99=370 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.73% from 370); Green value is 124 (48.83% from 255 or 33.51% from 370); Blue value is 99 (39.06% from 255 or 26.76% from 370); Max value from RGB is 147 - color contains mainly: red. Hex color #937C63 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937C63 is #6C839C. Grayscale: #808080. Windows color (decimal): -7111581 or 6519955. OLE color: 6519955.
HSL color Cylindrical-coordinate representation of color #937C63: hue angle of 31.25º 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 #937C63 is Cyan = 0, Magento = 0.16, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 124 | 99 | - |
| CMYK | 0 | 0.16 | 0.33 | 0.42 |
| HSL | 31.25º | 0.2% | 0.48% | - |
| HSV(B) | 31.25º | 0.33% | 0.58% | - |
| XYZ | 21.49 | 21.52 | 14.83 | - |
| YUV | 128.03 | 111.62 | 141.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 99 | 0 | 0.16 | 0.33 | 0.42 | 31.25 | 0.2 | 0.48 |
| Hex | 93 | 7C | 63 | 0 | 10 | 21 | 2A | 1F | 14 | 30 |
| Octal | 223 | 174 | 143 | 0 | 20 | 41 | 52 | 37 | 24 | 60 |
| Binary | 10010011 | 1111100 | 1100011 | 0 | 10000 | 100001 | 101010 | 11111 | 10100 | 110000 |
Color Harmonies of #937C63
Complementary color
Monochromatic Colors of #937C63
Black with #937C63
Text Example
Text Example
White with #937C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937C63; }
p { color: rgb(147,124,99); }
H1.HeaderClassName
{
color: #937C63;
}
.AnyTagClassName
{
color: #937C63;
}
</style>
background-color css
<style>
a { background-color: #937C63; }
a { background-color: rgb(147,124,99); }
div.DivClassName
{
background-color: #937C63;
}
.BgClassName
{
background-color: #937C63;
}
</style>
border-color css
<style>
span { border-color: #937C63; }
span { border-color: rgb(147,124,99); }
td.TdClassName
{
border-color: #937C63;
}
.TagClassName
{
border-color: #937C63;
}
</style>