Shades of Squirrel #937D6C
Tints of Squirrel #937D6C
RGB
CMYK
RGB Variations
Color information
#937D6C (or 0x937D6C) is known color: Squirrel. HEX triplet: 93, 7D and 6C. RGB value is (147,125,108). Sum of RGB (Red+Green+Blue) = 147+125+108=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 125 (49.22% from 255 or 32.89% from 380); Blue value is 108 (42.58% from 255 or 28.42% from 380); Max value from RGB is 147 - color contains mainly: red. Hex color #937D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937D6C is #6C8293. Grayscale: #818181. Windows color (decimal): -7111316 or 7110035. OLE color: 7110035.
HSL color Cylindrical-coordinate representation of color #937D6C: hue angle of 26.15º 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 #937D6C is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 108 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.42 |
| HSL | 26.15º | 0.15% | 0.5% | - |
| HSV(B) | 26.15º | 0.27% | 0.58% | - |
| XYZ | 22.07 | 21.95 | 17.26 | - |
| YUV | 129.64 | 115.79 | 140.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 108 | 0 | 0.15 | 0.27 | 0.42 | 26.15 | 0.15 | 0.5 |
| Hex | 93 | 7D | 6C | 0 | F | 1B | 2A | 1A | F | 32 |
| Octal | 223 | 175 | 154 | 0 | 17 | 33 | 52 | 32 | 17 | 62 |
| Binary | 10010011 | 1111101 | 1101100 | 0 | 1111 | 11011 | 101010 | 11010 | 1111 | 110010 |
Color Harmonies of #937D6C
Complementary color
Monochromatic Colors of #937D6C
Black with #937D6C
Text Example
Text Example
White with #937D6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D6C; }
p { color: rgb(147,125,108); }
H1.HeaderClassName
{
color: #937D6C;
}
.AnyTagClassName
{
color: #937D6C;
}
</style>
background-color css
<style>
a { background-color: #937D6C; }
a { background-color: rgb(147,125,108); }
div.DivClassName
{
background-color: #937D6C;
}
.BgClassName
{
background-color: #937D6C;
}
</style>
border-color css
<style>
span { border-color: #937D6C; }
span { border-color: rgb(147,125,108); }
td.TdClassName
{
border-color: #937D6C;
}
.TagClassName
{
border-color: #937D6C;
}
</style>