Shades of Squirrel #937863
Tints of Squirrel #937863
RGB
CMYK
RGB Variations
Color information
#937863 (or 0x937863) is known color: Squirrel. HEX triplet: 93, 78 and 63. RGB value is (147,120,99). Sum of RGB (Red+Green+Blue) = 147+120+99=366 (48% of max value = 765). Red value is 147 (57.81% from 255 or 40.16% from 366); Green value is 120 (47.27% from 255 or 32.79% from 366); Blue value is 99 (39.06% from 255 or 27.05% from 366); Max value from RGB is 147 - color contains mainly: red. Hex color #937863 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937863 is #6C879C. Grayscale: #7D7D7D. Windows color (decimal): -7112605 or 6518931. OLE color: 6518931.
HSL color Cylindrical-coordinate representation of color #937863: hue angle of 26.25º degrees, saturation: 0.2, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #937863 is Cyan = 0, Magento = 0.18, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 120 | 99 | - |
| CMYK | 0 | 0.18 | 0.33 | 0.42 |
| HSL | 26.25º | 0.2% | 0.48% | - |
| HSV(B) | 26.25º | 0.33% | 0.58% | - |
| XYZ | 21 | 20.54 | 14.66 | - |
| YUV | 125.68 | 112.95 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 120 | 99 | 0 | 0.18 | 0.33 | 0.42 | 26.25 | 0.2 | 0.48 |
| Hex | 93 | 78 | 63 | 0 | 12 | 21 | 2A | 1A | 14 | 30 |
| Octal | 223 | 170 | 143 | 0 | 22 | 41 | 52 | 32 | 24 | 60 |
| Binary | 10010011 | 1111000 | 1100011 | 0 | 10010 | 100001 | 101010 | 11010 | 10100 | 110000 |
Color Harmonies of #937863
Complementary color
Monochromatic Colors of #937863
Black with #937863
Text Example
Text Example
White with #937863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937863; }
p { color: rgb(147,120,99); }
H1.HeaderClassName
{
color: #937863;
}
.AnyTagClassName
{
color: #937863;
}
</style>
background-color css
<style>
a { background-color: #937863; }
a { background-color: rgb(147,120,99); }
div.DivClassName
{
background-color: #937863;
}
.BgClassName
{
background-color: #937863;
}
</style>
border-color css
<style>
span { border-color: #937863; }
span { border-color: rgb(147,120,99); }
td.TdClassName
{
border-color: #937863;
}
.TagClassName
{
border-color: #937863;
}
</style>