Shades of Squirrel #937F6E
Tints of Squirrel #937F6E
RGB
CMYK
RGB Variations
Color information
#937F6E (or 0x937F6E) is known color: Squirrel. HEX triplet: 93, 7F and 6E. RGB value is (147,127,110). Sum of RGB (Red+Green+Blue) = 147+127+110=384 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.28% from 384); Green value is 127 (50% from 255 or 33.07% from 384); Blue value is 110 (43.36% from 255 or 28.65% from 384); Max value from RGB is 147 - color contains mainly: red. Hex color #937F6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937F6E is #6C8091. Grayscale: #838383. Windows color (decimal): -7110802 or 7241619. OLE color: 7241619.
HSL color Cylindrical-coordinate representation of color #937F6E: hue angle of 27.57º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #937F6E is Cyan = 0, Magento = 0.14, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 127 | 110 | - |
| CMYK | 0 | 0.14 | 0.25 | 0.42 |
| HSL | 27.57º | 0.15% | 0.5% | - |
| HSV(B) | 27.57º | 0.25% | 0.58% | - |
| XYZ | 22.44 | 22.51 | 17.91 | - |
| YUV | 131.04 | 116.13 | 139.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 127 | 110 | 0 | 0.14 | 0.25 | 0.42 | 27.57 | 0.15 | 0.5 |
| Hex | 93 | 7F | 6E | 0 | E | 19 | 2A | 1C | F | 32 |
| Octal | 223 | 177 | 156 | 0 | 16 | 31 | 52 | 34 | 17 | 62 |
| Binary | 10010011 | 1111111 | 1101110 | 0 | 1110 | 11001 | 101010 | 11100 | 1111 | 110010 |
Color Harmonies of #937F6E
Complementary color
Monochromatic Colors of #937F6E
Black with #937F6E
Text Example
Text Example
White with #937F6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937F6E; }
p { color: rgb(147,127,110); }
H1.HeaderClassName
{
color: #937F6E;
}
.AnyTagClassName
{
color: #937F6E;
}
</style>
background-color css
<style>
a { background-color: #937F6E; }
a { background-color: rgb(147,127,110); }
div.DivClassName
{
background-color: #937F6E;
}
.BgClassName
{
background-color: #937F6E;
}
</style>
border-color css
<style>
span { border-color: #937F6E; }
span { border-color: rgb(147,127,110); }
td.TdClassName
{
border-color: #937F6E;
}
.TagClassName
{
border-color: #937F6E;
}
</style>