Shades of Squirrel #937E62
Tints of Squirrel #937E62
RGB
CMYK
RGB Variations
Color information
#937E62 (or 0x937E62) is known color: Squirrel. HEX triplet: 93, 7E and 62. RGB value is (147,126,98). Sum of RGB (Red+Green+Blue) = 147+126+98=371 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.62% from 371); Green value is 126 (49.61% from 255 or 33.96% from 371); Blue value is 98 (38.67% from 255 or 26.42% from 371); Max value from RGB is 147 - color contains mainly: red. Hex color #937E62 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937E62 is #6C819D. Grayscale: #818181. Windows color (decimal): -7111070 or 6454931. OLE color: 6454931.
HSL color Cylindrical-coordinate representation of color #937E62: hue angle of 34.29º 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 #937E62 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 126 | 98 | - |
| CMYK | 0 | 0.14 | 0.33 | 0.42 |
| HSL | 34.29º | 0.2% | 0.48% | - |
| HSV(B) | 34.29º | 0.33% | 0.58% | - |
| XYZ | 21.7 | 22.01 | 14.66 | - |
| YUV | 129.09 | 110.46 | 140.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 98 | 0 | 0.14 | 0.33 | 0.42 | 34.29 | 0.2 | 0.48 |
| Hex | 93 | 7E | 62 | 0 | E | 21 | 2A | 22 | 14 | 30 |
| Octal | 223 | 176 | 142 | 0 | 16 | 41 | 52 | 42 | 24 | 60 |
| Binary | 10010011 | 1111110 | 1100010 | 0 | 1110 | 100001 | 101010 | 100010 | 10100 | 110000 |
Color Harmonies of #937E62
Complementary color
Monochromatic Colors of #937E62
Black with #937E62
Text Example
Text Example
White with #937E62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937E62; }
p { color: rgb(147,126,98); }
H1.HeaderClassName
{
color: #937E62;
}
.AnyTagClassName
{
color: #937E62;
}
</style>
background-color css
<style>
a { background-color: #937E62; }
a { background-color: rgb(147,126,98); }
div.DivClassName
{
background-color: #937E62;
}
.BgClassName
{
background-color: #937E62;
}
</style>
border-color css
<style>
span { border-color: #937E62; }
span { border-color: rgb(147,126,98); }
td.TdClassName
{
border-color: #937E62;
}
.TagClassName
{
border-color: #937E62;
}
</style>