Shades of Dark Tan #93694D
Tints of Dark Tan #93694D
RGB
CMYK
RGB Variations
Color information
#93694D (or 0x93694D) is known color: Dark Tan. HEX triplet: 93, 69 and 4D. RGB value is (147,105,77). Sum of RGB (Red+Green+Blue) = 147+105+77=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 105 (41.41% from 255 or 31.91% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 147 - color contains mainly: red. Hex color #93694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #93694D is #6C96B2. Grayscale: #727272. Windows color (decimal): -7116467 or 5073299. OLE color: 5073299.
HSL color Cylindrical-coordinate representation of color #93694D: hue angle of 24º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #93694D is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 105 | 77 | - |
| CMYK | 0 | 0.29 | 0.48 | 0.42 |
| HSL | 24º | 0.31% | 0.44% | - |
| HSV(B) | 24º | 0.48% | 0.58% | - |
| XYZ | 18.42 | 16.84 | 9.3 | - |
| YUV | 114.37 | 106.91 | 151.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 105 | 77 | 0 | 0.29 | 0.48 | 0.42 | 24 | 0.31 | 0.44 |
| Hex | 93 | 69 | 4D | 0 | 1D | 30 | 2A | 18 | 1F | 2C |
| Octal | 223 | 151 | 115 | 0 | 35 | 60 | 52 | 30 | 37 | 54 |
| Binary | 10010011 | 1101001 | 1001101 | 0 | 11101 | 110000 | 101010 | 11000 | 11111 | 101100 |
Color Harmonies of #93694D
Complementary color
Monochromatic Colors of #93694D
Black with #93694D
Text Example
Text Example
White with #93694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93694D; }
p { color: rgb(147,105,77); }
H1.HeaderClassName
{
color: #93694D;
}
.AnyTagClassName
{
color: #93694D;
}
</style>
background-color css
<style>
a { background-color: #93694D; }
a { background-color: rgb(147,105,77); }
div.DivClassName
{
background-color: #93694D;
}
.BgClassName
{
background-color: #93694D;
}
</style>
border-color css
<style>
span { border-color: #93694D; }
span { border-color: rgb(147,105,77); }
td.TdClassName
{
border-color: #93694D;
}
.TagClassName
{
border-color: #93694D;
}
</style>