Shades of Squirrel #93836E
Tints of Squirrel #93836E
RGB
CMYK
RGB Variations
Color information
#93836E (or 0x93836E) is known color: Squirrel. HEX triplet: 93, 83 and 6E. RGB value is (147,131,110). Sum of RGB (Red+Green+Blue) = 147+131+110=388 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.89% from 388); Green value is 131 (51.56% from 255 or 33.76% from 388); Blue value is 110 (43.36% from 255 or 28.35% from 388); Max value from RGB is 147 - color contains mainly: red. Hex color #93836E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93836E is #6C7C91. Grayscale: #858585. Windows color (decimal): -7109778 or 7242643. OLE color: 7242643.
HSL color Cylindrical-coordinate representation of color #93836E: hue angle of 34.05º 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 #93836E is Cyan = 0, Magento = 0.11, Yellow = 0.25 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 131 | 110 | - |
| CMYK | 0 | 0.11 | 0.25 | 0.42 |
| HSL | 34.05º | 0.15% | 0.5% | - |
| HSV(B) | 34.05º | 0.25% | 0.58% | - |
| XYZ | 22.96 | 23.56 | 18.09 | - |
| YUV | 133.39 | 114.8 | 137.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 110 | 0 | 0.11 | 0.25 | 0.42 | 34.05 | 0.15 | 0.5 |
| Hex | 93 | 83 | 6E | 0 | B | 19 | 2A | 22 | F | 32 |
| Octal | 223 | 203 | 156 | 0 | 13 | 31 | 52 | 42 | 17 | 62 |
| Binary | 10010011 | 10000011 | 1101110 | 0 | 1011 | 11001 | 101010 | 100010 | 1111 | 110010 |
Color Harmonies of #93836E
Complementary color
Monochromatic Colors of #93836E
Black with #93836E
Text Example
Text Example
White with #93836E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93836E; }
p { color: rgb(147,131,110); }
H1.HeaderClassName
{
color: #93836E;
}
.AnyTagClassName
{
color: #93836E;
}
</style>
background-color css
<style>
a { background-color: #93836E; }
a { background-color: rgb(147,131,110); }
div.DivClassName
{
background-color: #93836E;
}
.BgClassName
{
background-color: #93836E;
}
</style>
border-color css
<style>
span { border-color: #93836E; }
span { border-color: rgb(147,131,110); }
td.TdClassName
{
border-color: #93836E;
}
.TagClassName
{
border-color: #93836E;
}
</style>