Shades of Dark Tan #936D48
Tints of Dark Tan #936D48
RGB
CMYK
RGB Variations
Color information
#936D48 (or 0x936D48) is known color: Dark Tan. HEX triplet: 93, 6D and 48. RGB value is (147,109,72). Sum of RGB (Red+Green+Blue) = 147+109+72=328 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.82% from 328); Green value is 109 (42.97% from 255 or 33.23% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 147 - color contains mainly: red. Hex color #936D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936D48 is #6C92B7. Grayscale: #747474. Windows color (decimal): -7115448 or 4746643. OLE color: 4746643.
HSL color Cylindrical-coordinate representation of color #936D48: hue angle of 29.6º degrees, saturation: 0.34, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #936D48 is Cyan = 0, Magento = 0.26, Yellow = 0.51 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 109 | 72 | - |
| CMYK | 0 | 0.26 | 0.51 | 0.42 |
| HSL | 29.6º | 0.34% | 0.43% | - |
| HSV(B) | 29.6º | 0.51% | 0.58% | - |
| XYZ | 18.67 | 17.61 | 8.55 | - |
| YUV | 116.14 | 103.09 | 150.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 109 | 72 | 0 | 0.26 | 0.51 | 0.42 | 29.6 | 0.34 | 0.43 |
| Hex | 93 | 6D | 48 | 0 | 1A | 33 | 2A | 1E | 22 | 2B |
| Octal | 223 | 155 | 110 | 0 | 32 | 63 | 52 | 36 | 42 | 53 |
| Binary | 10010011 | 1101101 | 1001000 | 0 | 11010 | 110011 | 101010 | 11110 | 100010 | 101011 |
Color Harmonies of #936D48
Complementary color
Monochromatic Colors of #936D48
Black with #936D48
Text Example
Text Example
White with #936D48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936D48; }
p { color: rgb(147,109,72); }
H1.HeaderClassName
{
color: #936D48;
}
.AnyTagClassName
{
color: #936D48;
}
</style>
background-color css
<style>
a { background-color: #936D48; }
a { background-color: rgb(147,109,72); }
div.DivClassName
{
background-color: #936D48;
}
.BgClassName
{
background-color: #936D48;
}
</style>
border-color css
<style>
span { border-color: #936D48; }
span { border-color: rgb(147,109,72); }
td.TdClassName
{
border-color: #936D48;
}
.TagClassName
{
border-color: #936D48;
}
</style>