Shades of Squirrel #937A6B
Tints of Squirrel #937A6B
RGB
CMYK
RGB Variations
Color information
#937A6B (or 0x937A6B) is known color: Squirrel. HEX triplet: 93, 7A and 6B. RGB value is (147,122,107). Sum of RGB (Red+Green+Blue) = 147+122+107=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 122 (48.05% from 255 or 32.45% from 376); Blue value is 107 (42.19% from 255 or 28.46% from 376); Max value from RGB is 147 - color contains mainly: red. Hex color #937A6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937A6B is #6C8594. Grayscale: #7F7F7F. Windows color (decimal): -7112085 or 7043731. OLE color: 7043731.
HSL color Cylindrical-coordinate representation of color #937A6B: hue angle of 22.5º 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 #937A6B is Cyan = 0, Magento = 0.17, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 122 | 107 | - |
| CMYK | 0 | 0.17 | 0.27 | 0.42 |
| HSL | 22.5º | 0.16% | 0.5% | - |
| HSV(B) | 22.5º | 0.27% | 0.58% | - |
| XYZ | 21.65 | 21.18 | 16.86 | - |
| YUV | 127.77 | 116.28 | 141.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 122 | 107 | 0 | 0.17 | 0.27 | 0.42 | 22.5 | 0.16 | 0.5 |
| Hex | 93 | 7A | 6B | 0 | 11 | 1B | 2A | 16 | 10 | 32 |
| Octal | 223 | 172 | 153 | 0 | 21 | 33 | 52 | 26 | 20 | 62 |
| Binary | 10010011 | 1111010 | 1101011 | 0 | 10001 | 11011 | 101010 | 10110 | 10000 | 110010 |
Color Harmonies of #937A6B
Complementary color
Monochromatic Colors of #937A6B
Black with #937A6B
Text Example
Text Example
White with #937A6B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937A6B; }
p { color: rgb(147,122,107); }
H1.HeaderClassName
{
color: #937A6B;
}
.AnyTagClassName
{
color: #937A6B;
}
</style>
background-color css
<style>
a { background-color: #937A6B; }
a { background-color: rgb(147,122,107); }
div.DivClassName
{
background-color: #937A6B;
}
.BgClassName
{
background-color: #937A6B;
}
</style>
border-color css
<style>
span { border-color: #937A6B; }
span { border-color: rgb(147,122,107); }
td.TdClassName
{
border-color: #937A6B;
}
.TagClassName
{
border-color: #937A6B;
}
</style>