Shades of Squirrel #937C6C
Tints of Squirrel #937C6C
RGB
CMYK
RGB Variations
Color information
#937C6C (or 0x937C6C) is known color: Squirrel. HEX triplet: 93, 7C and 6C. RGB value is (147,124,108). Sum of RGB (Red+Green+Blue) = 147+124+108=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 124 (48.83% from 255 or 32.72% from 379); Blue value is 108 (42.58% from 255 or 28.50% from 379); Max value from RGB is 147 - color contains mainly: red. Hex color #937C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937C6C is #6C8393. Grayscale: #818181. Windows color (decimal): -7111572 or 7109779. OLE color: 7109779.
HSL color Cylindrical-coordinate representation of color #937C6C: hue angle of 24.62º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #937C6C is Cyan = 0, Magento = 0.16, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 124 | 108 | - |
| CMYK | 0 | 0.16 | 0.27 | 0.42 |
| HSL | 24.62º | 0.15% | 0.5% | - |
| HSV(B) | 24.62º | 0.27% | 0.58% | - |
| XYZ | 21.95 | 21.7 | 17.22 | - |
| YUV | 129.05 | 116.12 | 140.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 108 | 0 | 0.16 | 0.27 | 0.42 | 24.62 | 0.15 | 0.5 |
| Hex | 93 | 7C | 6C | 0 | 10 | 1B | 2A | 19 | F | 32 |
| Octal | 223 | 174 | 154 | 0 | 20 | 33 | 52 | 31 | 17 | 62 |
| Binary | 10010011 | 1111100 | 1101100 | 0 | 10000 | 11011 | 101010 | 11001 | 1111 | 110010 |
Color Harmonies of #937C6C
Complementary color
Monochromatic Colors of #937C6C
Black with #937C6C
Text Example
Text Example
White with #937C6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937C6C; }
p { color: rgb(147,124,108); }
H1.HeaderClassName
{
color: #937C6C;
}
.AnyTagClassName
{
color: #937C6C;
}
</style>
background-color css
<style>
a { background-color: #937C6C; }
a { background-color: rgb(147,124,108); }
div.DivClassName
{
background-color: #937C6C;
}
.BgClassName
{
background-color: #937C6C;
}
</style>
border-color css
<style>
span { border-color: #937C6C; }
span { border-color: rgb(147,124,108); }
td.TdClassName
{
border-color: #937C6C;
}
.TagClassName
{
border-color: #937C6C;
}
</style>