Shades of Squirrel #937D6D
Tints of Squirrel #937D6D
RGB
CMYK
RGB Variations
Color information
#937D6D (or 0x937D6D) is known color: Squirrel. HEX triplet: 93, 7D and 6D. RGB value is (147,125,109). Sum of RGB (Red+Green+Blue) = 147+125+109=381 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.58% from 381); Green value is 125 (49.22% from 255 or 32.81% from 381); Blue value is 109 (42.97% from 255 or 28.61% from 381); Max value from RGB is 147 - color contains mainly: red. Hex color #937D6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937D6D is #6C8292. Grayscale: #818181. Windows color (decimal): -7111315 or 7175571. OLE color: 7175571.
HSL color Cylindrical-coordinate representation of color #937D6D: hue angle of 25.26º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #937D6D is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 109 | - |
| CMYK | 0 | 0.15 | 0.26 | 0.42 |
| HSL | 25.26º | 0.15% | 0.5% | - |
| HSV(B) | 25.26º | 0.26% | 0.58% | - |
| XYZ | 22.13 | 21.97 | 17.54 | - |
| YUV | 129.75 | 116.29 | 140.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 109 | 0 | 0.15 | 0.26 | 0.42 | 25.26 | 0.15 | 0.5 |
| Hex | 93 | 7D | 6D | 0 | F | 1A | 2A | 19 | F | 32 |
| Octal | 223 | 175 | 155 | 0 | 17 | 32 | 52 | 31 | 17 | 62 |
| Binary | 10010011 | 1111101 | 1101101 | 0 | 1111 | 11010 | 101010 | 11001 | 1111 | 110010 |
Color Harmonies of #937D6D
Complementary color
Monochromatic Colors of #937D6D
Black with #937D6D
Text Example
Text Example
White with #937D6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D6D; }
p { color: rgb(147,125,109); }
H1.HeaderClassName
{
color: #937D6D;
}
.AnyTagClassName
{
color: #937D6D;
}
</style>
background-color css
<style>
a { background-color: #937D6D; }
a { background-color: rgb(147,125,109); }
div.DivClassName
{
background-color: #937D6D;
}
.BgClassName
{
background-color: #937D6D;
}
</style>
border-color css
<style>
span { border-color: #937D6D; }
span { border-color: rgb(147,125,109); }
td.TdClassName
{
border-color: #937D6D;
}
.TagClassName
{
border-color: #937D6D;
}
</style>