Shades of Dark Tan #936A4A
Tints of Dark Tan #936A4A
RGB
CMYK
RGB Variations
Color information
#936A4A (or 0x936A4A) is known color: Dark Tan. HEX triplet: 93, 6A and 4A. RGB value is (147,106,74). Sum of RGB (Red+Green+Blue) = 147+106+74=327 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.95% from 327); Green value is 106 (41.80% from 255 or 32.42% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 147 - color contains mainly: red. Hex color #936A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #936A4A is #6C95B5. Grayscale: #727272. Windows color (decimal): -7116214 or 4876947. OLE color: 4876947.
HSL color Cylindrical-coordinate representation of color #936A4A: hue angle of 26.3º 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 #936A4A is Cyan = 0, Magento = 0.28, Yellow = 0.50 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 147 | 106 | 74 | - |
| CMYK | 0 | 0.28 | 0.50 | 0.42 |
| HSL | 26.3º | 0.33% | 0.43% | - |
| HSV(B) | 26.3º | 0.5% | 0.58% | - |
| XYZ | 18.42 | 17.01 | 8.79 | - |
| YUV | 114.61 | 105.08 | 151.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 106 | 74 | 0 | 0.28 | 0.50 | 0.42 | 26.3 | 0.33 | 0.43 |
| Hex | 93 | 6A | 4A | 0 | 1C | 32 | 2A | 1A | 21 | 2B |
| Octal | 223 | 152 | 112 | 0 | 34 | 62 | 52 | 32 | 41 | 53 |
| Binary | 10010011 | 1101010 | 1001010 | 0 | 11100 | 110010 | 101010 | 11010 | 100001 | 101011 |
Color Harmonies of #936A4A
Complementary color
Monochromatic Colors of #936A4A
Black with #936A4A
Text Example
Text Example
White with #936A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #936A4A; }
p { color: rgb(147,106,74); }
H1.HeaderClassName
{
color: #936A4A;
}
.AnyTagClassName
{
color: #936A4A;
}
</style>
background-color css
<style>
a { background-color: #936A4A; }
a { background-color: rgb(147,106,74); }
div.DivClassName
{
background-color: #936A4A;
}
.BgClassName
{
background-color: #936A4A;
}
</style>
border-color css
<style>
span { border-color: #936A4A; }
span { border-color: rgb(147,106,74); }
td.TdClassName
{
border-color: #936A4A;
}
.TagClassName
{
border-color: #936A4A;
}
</style>