Shades of Squirrel #937E68
Tints of Squirrel #937E68
RGB
CMYK
RGB Variations
Color information
#937E68 (or 0x937E68) is known color: Squirrel. HEX triplet: 93, 7E and 68. RGB value is (147,126,104). Sum of RGB (Red+Green+Blue) = 147+126+104=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 126 (49.61% from 255 or 33.42% from 377); Blue value is 104 (41.02% from 255 or 27.59% from 377); Max value from RGB is 147 - color contains mainly: red. Hex color #937E68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #937E68 is #6C8197. Grayscale: #818181. Windows color (decimal): -7111064 or 6848147. OLE color: 6848147.
HSL color Cylindrical-coordinate representation of color #937E68: hue angle of 30.7º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #937E68 is Cyan = 0, Magento = 0.14, Yellow = 0.29 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 126 | 104 | - |
| CMYK | 0 | 0.14 | 0.29 | 0.42 |
| HSL | 30.7º | 0.17% | 0.49% | - |
| HSV(B) | 30.7º | 0.29% | 0.58% | - |
| XYZ | 21.99 | 22.12 | 16.21 | - |
| YUV | 129.77 | 113.46 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 126 | 104 | 0 | 0.14 | 0.29 | 0.42 | 30.7 | 0.17 | 0.49 |
| Hex | 93 | 7E | 68 | 0 | E | 1D | 2A | 1F | 11 | 31 |
| Octal | 223 | 176 | 150 | 0 | 16 | 35 | 52 | 37 | 21 | 61 |
| Binary | 10010011 | 1111110 | 1101000 | 0 | 1110 | 11101 | 101010 | 11111 | 10001 | 110001 |
Color Harmonies of #937E68
Complementary color
Monochromatic Colors of #937E68
Black with #937E68
Text Example
Text Example
White with #937E68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #937E68; }
p { color: rgb(147,126,104); }
H1.HeaderClassName
{
color: #937E68;
}
.AnyTagClassName
{
color: #937E68;
}
</style>
background-color css
<style>
a { background-color: #937E68; }
a { background-color: rgb(147,126,104); }
div.DivClassName
{
background-color: #937E68;
}
.BgClassName
{
background-color: #937E68;
}
</style>
border-color css
<style>
span { border-color: #937E68; }
span { border-color: rgb(147,126,104); }
td.TdClassName
{
border-color: #937E68;
}
.TagClassName
{
border-color: #937E68;
}
</style>