Shades of Dark Tan #93684A
Tints of Dark Tan #93684A
RGB
CMYK
RGB Variations
Color information
#93684A (or 0x93684A) is known color: Dark Tan. HEX triplet: 93, 68 and 4A. RGB value is (147,104,74). Sum of RGB (Red+Green+Blue) = 147+104+74=325 (43% of max value = 765). Red value is 147 (57.81% from 255 or 45.23% from 325); Green value is 104 (41.02% from 255 or 32% from 325); Blue value is 74 (29.30% from 255 or 22.77% from 325); Max value from RGB is 147 - color contains mainly: red. Hex color #93684A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #93684A is #6C97B5. Grayscale: #717171. Windows color (decimal): -7116726 or 4876435. OLE color: 4876435.
HSL color Cylindrical-coordinate representation of color #93684A: hue angle of 24.66º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #93684A is Cyan = 0, Magento = 0.29, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 104 | 74 | - |
| CMYK | 0 | 0.29 | 0.50 | 0.42 |
| HSL | 24.66º | 0.33% | 0.43% | - |
| HSV(B) | 24.66º | 0.5% | 0.58% | - |
| XYZ | 18.22 | 16.6 | 8.72 | - |
| YUV | 113.44 | 105.75 | 151.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 104 | 74 | 0 | 0.29 | 0.50 | 0.42 | 24.66 | 0.33 | 0.43 |
| Hex | 93 | 68 | 4A | 0 | 1D | 32 | 2A | 19 | 21 | 2B |
| Octal | 223 | 150 | 112 | 0 | 35 | 62 | 52 | 31 | 41 | 53 |
| Binary | 10010011 | 1101000 | 1001010 | 0 | 11101 | 110010 | 101010 | 11001 | 100001 | 101011 |
Color Harmonies of #93684A
Complementary color
Monochromatic Colors of #93684A
Black with #93684A
Text Example
Text Example
White with #93684A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #93684A; }
p { color: rgb(147,104,74); }
H1.HeaderClassName
{
color: #93684A;
}
.AnyTagClassName
{
color: #93684A;
}
</style>
background-color css
<style>
a { background-color: #93684A; }
a { background-color: rgb(147,104,74); }
div.DivClassName
{
background-color: #93684A;
}
.BgClassName
{
background-color: #93684A;
}
</style>
border-color css
<style>
span { border-color: #93684A; }
span { border-color: rgb(147,104,74); }
td.TdClassName
{
border-color: #93684A;
}
.TagClassName
{
border-color: #93684A;
}
</style>