Shades of Squirrel #937A6A
Tints of Squirrel #937A6A
RGB
CMYK
RGB Variations
Color information
#937A6A (or 0x937A6A) is known color: Squirrel. HEX triplet: 93, 7A and 6A. RGB value is (147,122,106). Sum of RGB (Red+Green+Blue) = 147+122+106=375 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.2% from 375); Green value is 122 (48.05% from 255 or 32.53% from 375); Blue value is 106 (41.80% from 255 or 28.27% from 375); Max value from RGB is 147 - color contains mainly: red. Hex color #937A6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937A6A is #6C8595. Grayscale: #7F7F7F. Windows color (decimal): -7112086 or 6978195. OLE color: 6978195.
HSL color Cylindrical-coordinate representation of color #937A6A: hue angle of 23.41º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #937A6A is Cyan = 0, Magento = 0.17, Yellow = 0.28 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 106 | - |
| CMYK | 0 | 0.17 | 0.28 | 0.42 |
| HSL | 23.41º | 0.16% | 0.5% | - |
| HSV(B) | 23.41º | 0.28% | 0.58% | - |
| XYZ | 21.59 | 21.16 | 16.58 | - |
| YUV | 127.65 | 115.78 | 141.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 106 | 0 | 0.17 | 0.28 | 0.42 | 23.41 | 0.16 | 0.5 |
| Hex | 93 | 7A | 6A | 0 | 11 | 1C | 2A | 17 | 10 | 32 |
| Octal | 223 | 172 | 152 | 0 | 21 | 34 | 52 | 27 | 20 | 62 |
| Binary | 10010011 | 1111010 | 1101010 | 0 | 10001 | 11100 | 101010 | 10111 | 10000 | 110010 |
Color Harmonies of #937A6A
Complementary color
Monochromatic Colors of #937A6A
Black with #937A6A
Text Example
Text Example
White with #937A6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A6A; }
p { color: rgb(147,122,106); }
H1.HeaderClassName
{
color: #937A6A;
}
.AnyTagClassName
{
color: #937A6A;
}
</style>
background-color css
<style>
a { background-color: #937A6A; }
a { background-color: rgb(147,122,106); }
div.DivClassName
{
background-color: #937A6A;
}
.BgClassName
{
background-color: #937A6A;
}
</style>
border-color css
<style>
span { border-color: #937A6A; }
span { border-color: rgb(147,122,106); }
td.TdClassName
{
border-color: #937A6A;
}
.TagClassName
{
border-color: #937A6A;
}
</style>