Shades of Squirrel #937F70
Tints of Squirrel #937F70
RGB
CMYK
RGB Variations
Color information
#937F70 (or 0x937F70) is known color: Squirrel. HEX triplet: 93, 7F and 70. RGB value is (147,127,112). Sum of RGB (Red+Green+Blue) = 147+127+112=386 (51% of max value = 765). Red value is 147 (57.81% from 255 or 38.08% from 386); Green value is 127 (50% from 255 or 32.90% from 386); Blue value is 112 (44.14% from 255 or 29.02% from 386); Max value from RGB is 147 - color contains mainly: red. Hex color #937F70 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937F70 is #6C808F. Grayscale: #838383. Windows color (decimal): -7110800 or 7372691. OLE color: 7372691.
HSL color Cylindrical-coordinate representation of color #937F70: hue angle of 25.71º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #937F70 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 127 | 112 | - |
| CMYK | 0 | 0.14 | 0.24 | 0.42 |
| HSL | 25.71º | 0.14% | 0.51% | - |
| HSV(B) | 25.71º | 0.24% | 0.58% | - |
| XYZ | 22.55 | 22.55 | 18.49 | - |
| YUV | 131.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 112 | 0 | 0.14 | 0.24 | 0.42 | 25.71 | 0.14 | 0.51 |
| Hex | 93 | 7F | 70 | 0 | E | 18 | 2A | 1A | E | 33 |
| Octal | 223 | 177 | 160 | 0 | 16 | 30 | 52 | 32 | 16 | 63 |
| Binary | 10010011 | 1111111 | 1110000 | 0 | 1110 | 11000 | 101010 | 11010 | 1110 | 110011 |
Color Harmonies of #937F70
Complementary color
Monochromatic Colors of #937F70
Black with #937F70
Text Example
Text Example
White with #937F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937F70; }
p { color: rgb(147,127,112); }
H1.HeaderClassName
{
color: #937F70;
}
.AnyTagClassName
{
color: #937F70;
}
</style>
background-color css
<style>
a { background-color: #937F70; }
a { background-color: rgb(147,127,112); }
div.DivClassName
{
background-color: #937F70;
}
.BgClassName
{
background-color: #937F70;
}
</style>
border-color css
<style>
span { border-color: #937F70; }
span { border-color: rgb(147,127,112); }
td.TdClassName
{
border-color: #937F70;
}
.TagClassName
{
border-color: #937F70;
}
</style>