Shades of Squirrel #93836D
Tints of Squirrel #93836D
RGB
CMYK
RGB Variations
Color information
#93836D (or 0x93836D) is known color: Squirrel. HEX triplet: 93, 83 and 6D. RGB value is (147,131,109). Sum of RGB (Red+Green+Blue) = 147+131+109=387 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.98% from 387); Green value is 131 (51.56% from 255 or 33.85% from 387); Blue value is 109 (42.97% from 255 or 28.17% from 387); Max value from RGB is 147 - color contains mainly: red. Hex color #93836D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93836D is #6C7C92. Grayscale: #858585. Windows color (decimal): -7109779 or 7177107. OLE color: 7177107.
HSL color Cylindrical-coordinate representation of color #93836D: hue angle of 34.74º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #93836D is Cyan = 0, Magento = 0.11, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 131 | 109 | - |
| CMYK | 0 | 0.11 | 0.26 | 0.42 |
| HSL | 34.74º | 0.15% | 0.5% | - |
| HSV(B) | 34.74º | 0.26% | 0.58% | - |
| XYZ | 22.91 | 23.54 | 17.8 | - |
| YUV | 133.28 | 114.3 | 137.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 131 | 109 | 0 | 0.11 | 0.26 | 0.42 | 34.74 | 0.15 | 0.5 |
| Hex | 93 | 83 | 6D | 0 | B | 1A | 2A | 23 | F | 32 |
| Octal | 223 | 203 | 155 | 0 | 13 | 32 | 52 | 43 | 17 | 62 |
| Binary | 10010011 | 10000011 | 1101101 | 0 | 1011 | 11010 | 101010 | 100011 | 1111 | 110010 |
Color Harmonies of #93836D
Complementary color
Monochromatic Colors of #93836D
Black with #93836D
Text Example
Text Example
White with #93836D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93836D; }
p { color: rgb(147,131,109); }
H1.HeaderClassName
{
color: #93836D;
}
.AnyTagClassName
{
color: #93836D;
}
</style>
background-color css
<style>
a { background-color: #93836D; }
a { background-color: rgb(147,131,109); }
div.DivClassName
{
background-color: #93836D;
}
.BgClassName
{
background-color: #93836D;
}
</style>
border-color css
<style>
span { border-color: #93836D; }
span { border-color: rgb(147,131,109); }
td.TdClassName
{
border-color: #93836D;
}
.TagClassName
{
border-color: #93836D;
}
</style>