Shades of Dark Tan #93644F
Tints of Dark Tan #93644F
RGB
CMYK
RGB Variations
Color information
#93644F (or 0x93644F) is known color: Dark Tan. HEX triplet: 93, 64 and 4F. RGB value is (147,100,79). Sum of RGB (Red+Green+Blue) = 147+100+79=326 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.09% from 326); Green value is 100 (39.45% from 255 or 30.67% from 326); Blue value is 79 (31.25% from 255 or 24.23% from 326); Max value from RGB is 147 - color contains mainly: red. Hex color #93644F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93644F is #6C9BB0. Grayscale: #6F6F6F. Windows color (decimal): -7117745 or 5203091. OLE color: 5203091.
HSL color Cylindrical-coordinate representation of color #93644F: hue angle of 18.53º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #93644F is Cyan = 0, Magento = 0.32, Yellow = 0.46 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 100 | 79 | - |
| CMYK | 0 | 0.32 | 0.46 | 0.42 |
| HSL | 18.53º | 0.3% | 0.44% | - |
| HSV(B) | 18.53º | 0.46% | 0.58% | - |
| XYZ | 18 | 15.88 | 9.51 | - |
| YUV | 111.66 | 109.57 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 100 | 79 | 0 | 0.32 | 0.46 | 0.42 | 18.53 | 0.3 | 0.44 |
| Hex | 93 | 64 | 4F | 0 | 20 | 2E | 2A | 13 | 1E | 2C |
| Octal | 223 | 144 | 117 | 0 | 40 | 56 | 52 | 23 | 36 | 54 |
| Binary | 10010011 | 1100100 | 1001111 | 0 | 100000 | 101110 | 101010 | 10011 | 11110 | 101100 |
Color Harmonies of #93644F
Complementary color
Monochromatic Colors of #93644F
Black with #93644F
Text Example
Text Example
White with #93644F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93644F; }
p { color: rgb(147,100,79); }
H1.HeaderClassName
{
color: #93644F;
}
.AnyTagClassName
{
color: #93644F;
}
</style>
background-color css
<style>
a { background-color: #93644F; }
a { background-color: rgb(147,100,79); }
div.DivClassName
{
background-color: #93644F;
}
.BgClassName
{
background-color: #93644F;
}
</style>
border-color css
<style>
span { border-color: #93644F; }
span { border-color: rgb(147,100,79); }
td.TdClassName
{
border-color: #93644F;
}
.TagClassName
{
border-color: #93644F;
}
</style>