Shades of Squirrel #937C65
Tints of Squirrel #937C65
RGB
CMYK
RGB Variations
Color information
#937C65 (or 0x937C65) is known color: Squirrel. HEX triplet: 93, 7C and 65. RGB value is (147,124,101). Sum of RGB (Red+Green+Blue) = 147+124+101=372 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.52% from 372); Green value is 124 (48.83% from 255 or 33.33% from 372); Blue value is 101 (39.84% from 255 or 27.15% from 372); Max value from RGB is 147 - color contains mainly: red. Hex color #937C65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937C65 is #6C839A. Grayscale: #808080. Windows color (decimal): -7111579 or 6651027. OLE color: 6651027.
HSL color Cylindrical-coordinate representation of color #937C65: hue angle of 30º degrees, saturation: 0.19, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #937C65 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 124 | 101 | - |
| CMYK | 0 | 0.16 | 0.31 | 0.42 |
| HSL | 30º | 0.19% | 0.49% | - |
| HSV(B) | 30º | 0.31% | 0.58% | - |
| XYZ | 21.59 | 21.56 | 15.34 | - |
| YUV | 128.26 | 112.62 | 141.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 124 | 101 | 0 | 0.16 | 0.31 | 0.42 | 30 | 0.19 | 0.49 |
| Hex | 93 | 7C | 65 | 0 | 10 | 1F | 2A | 1E | 13 | 31 |
| Octal | 223 | 174 | 145 | 0 | 20 | 37 | 52 | 36 | 23 | 61 |
| Binary | 10010011 | 1111100 | 1100101 | 0 | 10000 | 11111 | 101010 | 11110 | 10011 | 110001 |
Color Harmonies of #937C65
Complementary color
Monochromatic Colors of #937C65
Black with #937C65
Text Example
Text Example
White with #937C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937C65; }
p { color: rgb(147,124,101); }
H1.HeaderClassName
{
color: #937C65;
}
.AnyTagClassName
{
color: #937C65;
}
</style>
background-color css
<style>
a { background-color: #937C65; }
a { background-color: rgb(147,124,101); }
div.DivClassName
{
background-color: #937C65;
}
.BgClassName
{
background-color: #937C65;
}
</style>
border-color css
<style>
span { border-color: #937C65; }
span { border-color: rgb(147,124,101); }
td.TdClassName
{
border-color: #937C65;
}
.TagClassName
{
border-color: #937C65;
}
</style>