Shades of Squirrel #937D6B
Tints of Squirrel #937D6B
RGB
CMYK
RGB Variations
Color information
#937D6B (or 0x937D6B) is known color: Squirrel. HEX triplet: 93, 7D and 6B. RGB value is (147,125,107). Sum of RGB (Red+Green+Blue) = 147+125+107=379 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.79% from 379); Green value is 125 (49.22% from 255 or 32.98% from 379); Blue value is 107 (42.19% from 255 or 28.23% from 379); Max value from RGB is 147 - color contains mainly: red. Hex color #937D6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937D6B is #6C8294. Grayscale: #818181. Windows color (decimal): -7111317 or 7044499. OLE color: 7044499.
HSL color Cylindrical-coordinate representation of color #937D6B: hue angle of 27º degrees, saturation: 0.16, 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 #937D6B is Cyan = 0, Magento = 0.15, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 125 | 107 | - |
| CMYK | 0 | 0.15 | 0.27 | 0.42 |
| HSL | 27º | 0.16% | 0.5% | - |
| HSV(B) | 27º | 0.27% | 0.58% | - |
| XYZ | 22.02 | 21.93 | 16.98 | - |
| YUV | 129.53 | 115.29 | 140.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 125 | 107 | 0 | 0.15 | 0.27 | 0.42 | 27 | 0.16 | 0.5 |
| Hex | 93 | 7D | 6B | 0 | F | 1B | 2A | 1B | 10 | 32 |
| Octal | 223 | 175 | 153 | 0 | 17 | 33 | 52 | 33 | 20 | 62 |
| Binary | 10010011 | 1111101 | 1101011 | 0 | 1111 | 11011 | 101010 | 11011 | 10000 | 110010 |
Color Harmonies of #937D6B
Complementary color
Monochromatic Colors of #937D6B
Black with #937D6B
Text Example
Text Example
White with #937D6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937D6B; }
p { color: rgb(147,125,107); }
H1.HeaderClassName
{
color: #937D6B;
}
.AnyTagClassName
{
color: #937D6B;
}
</style>
background-color css
<style>
a { background-color: #937D6B; }
a { background-color: rgb(147,125,107); }
div.DivClassName
{
background-color: #937D6B;
}
.BgClassName
{
background-color: #937D6B;
}
</style>
border-color css
<style>
span { border-color: #937D6B; }
span { border-color: rgb(147,125,107); }
td.TdClassName
{
border-color: #937D6B;
}
.TagClassName
{
border-color: #937D6B;
}
</style>