Shades of Squirrel #93816D
Tints of Squirrel #93816D
RGB
CMYK
RGB Variations
Color information
#93816D (or 0x93816D) is known color: Squirrel. HEX triplet: 93, 81 and 6D. RGB value is (147,129,109). Sum of RGB (Red+Green+Blue) = 147+129+109=385 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.18% from 385); Green value is 129 (50.78% from 255 or 33.51% from 385); Blue value is 109 (42.97% from 255 or 28.31% from 385); Max value from RGB is 147 - color contains mainly: red. Hex color #93816D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93816D is #6C7E92. Grayscale: #848484. Windows color (decimal): -7110291 or 7176595. OLE color: 7176595.
HSL color Cylindrical-coordinate representation of color #93816D: hue angle of 31.58º 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 #93816D is Cyan = 0, Magento = 0.12, Yellow = 0.26 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 129 | 109 | - |
| CMYK | 0 | 0.12 | 0.26 | 0.42 |
| HSL | 31.58º | 0.15% | 0.5% | - |
| HSV(B) | 31.58º | 0.26% | 0.58% | - |
| XYZ | 22.64 | 23.01 | 17.72 | - |
| YUV | 132.1 | 114.96 | 138.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 129 | 109 | 0 | 0.12 | 0.26 | 0.42 | 31.58 | 0.15 | 0.5 |
| Hex | 93 | 81 | 6D | 0 | C | 1A | 2A | 20 | F | 32 |
| Octal | 223 | 201 | 155 | 0 | 14 | 32 | 52 | 40 | 17 | 62 |
| Binary | 10010011 | 10000001 | 1101101 | 0 | 1100 | 11010 | 101010 | 100000 | 1111 | 110010 |
Color Harmonies of #93816D
Complementary color
Monochromatic Colors of #93816D
Black with #93816D
Text Example
Text Example
White with #93816D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93816D; }
p { color: rgb(147,129,109); }
H1.HeaderClassName
{
color: #93816D;
}
.AnyTagClassName
{
color: #93816D;
}
</style>
background-color css
<style>
a { background-color: #93816D; }
a { background-color: rgb(147,129,109); }
div.DivClassName
{
background-color: #93816D;
}
.BgClassName
{
background-color: #93816D;
}
</style>
border-color css
<style>
span { border-color: #93816D; }
span { border-color: rgb(147,129,109); }
td.TdClassName
{
border-color: #93816D;
}
.TagClassName
{
border-color: #93816D;
}
</style>