Shades of Squirrel #93806B
Tints of Squirrel #93806B
RGB
CMYK
RGB Variations
Color information
#93806B (or 0x93806B) is known color: Squirrel. HEX triplet: 93, 80 and 6B. RGB value is (147,128,107). Sum of RGB (Red+Green+Blue) = 147+128+107=382 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.48% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 107 (42.19% from 255 or 28.01% from 382); Max value from RGB is 147 - color contains mainly: red. Hex color #93806B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93806B is #6C7F94. Grayscale: #838383. Windows color (decimal): -7110549 or 7045267. OLE color: 7045267.
HSL color Cylindrical-coordinate representation of color #93806B: hue angle of 31.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 #93806B is Cyan = 0, Magento = 0.13, Yellow = 0.27 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 128 | 107 | - |
| CMYK | 0 | 0.13 | 0.27 | 0.42 |
| HSL | 31.5º | 0.16% | 0.5% | - |
| HSV(B) | 31.5º | 0.27% | 0.58% | - |
| XYZ | 22.41 | 22.7 | 17.11 | - |
| YUV | 131.29 | 114.29 | 139.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 128 | 107 | 0 | 0.13 | 0.27 | 0.42 | 31.5 | 0.16 | 0.5 |
| Hex | 93 | 80 | 6B | 0 | D | 1B | 2A | 1F | 10 | 32 |
| Octal | 223 | 200 | 153 | 0 | 15 | 33 | 52 | 37 | 20 | 62 |
| Binary | 10010011 | 10000000 | 1101011 | 0 | 1101 | 11011 | 101010 | 11111 | 10000 | 110010 |
Color Harmonies of #93806B
Complementary color
Monochromatic Colors of #93806B
Black with #93806B
Text Example
Text Example
White with #93806B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93806B; }
p { color: rgb(147,128,107); }
H1.HeaderClassName
{
color: #93806B;
}
.AnyTagClassName
{
color: #93806B;
}
</style>
background-color css
<style>
a { background-color: #93806B; }
a { background-color: rgb(147,128,107); }
div.DivClassName
{
background-color: #93806B;
}
.BgClassName
{
background-color: #93806B;
}
</style>
border-color css
<style>
span { border-color: #93806B; }
span { border-color: rgb(147,128,107); }
td.TdClassName
{
border-color: #93806B;
}
.TagClassName
{
border-color: #93806B;
}
</style>