Shades of Squirrel #93806E
Tints of Squirrel #93806E
RGB
CMYK
RGB Variations
Color information
#93806E (or 0x93806E) is known color: Squirrel. HEX triplet: 93, 80 and 6E. RGB value is (147,128,110). Sum of RGB (Red+Green+Blue) = 147+128+110=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 110 (43.36% from 255 or 28.57% from 385); Max value from RGB is 147 - color contains mainly: red. Hex color #93806E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93806E is #6C7F91. Grayscale: #838383. Windows color (decimal): -7110546 or 7241875. OLE color: 7241875.
HSL color Cylindrical-coordinate representation of color #93806E: hue angle of 29.19º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #93806E is Cyan = 0, Magento = 0.13, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 128 | 110 | - |
| CMYK | 0 | 0.13 | 0.25 | 0.42 |
| HSL | 29.19º | 0.15% | 0.5% | - |
| HSV(B) | 29.19º | 0.25% | 0.58% | - |
| XYZ | 22.57 | 22.77 | 17.96 | - |
| YUV | 131.63 | 115.79 | 138.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 128 | 110 | 0 | 0.13 | 0.25 | 0.42 | 29.19 | 0.15 | 0.5 |
| Hex | 93 | 80 | 6E | 0 | D | 19 | 2A | 1D | F | 32 |
| Octal | 223 | 200 | 156 | 0 | 15 | 31 | 52 | 35 | 17 | 62 |
| Binary | 10010011 | 10000000 | 1101110 | 0 | 1101 | 11001 | 101010 | 11101 | 1111 | 110010 |
Color Harmonies of #93806E
Complementary color
Monochromatic Colors of #93806E
Black with #93806E
Text Example
Text Example
White with #93806E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93806E; }
p { color: rgb(147,128,110); }
H1.HeaderClassName
{
color: #93806E;
}
.AnyTagClassName
{
color: #93806E;
}
</style>
background-color css
<style>
a { background-color: #93806E; }
a { background-color: rgb(147,128,110); }
div.DivClassName
{
background-color: #93806E;
}
.BgClassName
{
background-color: #93806E;
}
</style>
border-color css
<style>
span { border-color: #93806E; }
span { border-color: rgb(147,128,110); }
td.TdClassName
{
border-color: #93806E;
}
.TagClassName
{
border-color: #93806E;
}
</style>