Shades of Dark Tan #9C6F4E
Tints of Dark Tan #9C6F4E
RGB
CMYK
RGB Variations
Color information
#9C6F4E (or 0x9C6F4E) is known color: Dark Tan. HEX triplet: 9C, 6F and 4E. RGB value is (156,111,78). Sum of RGB (Red+Green+Blue) = 156+111+78=345 (45% of max value = 765). Red value is 156 (61.33% from 255 or 45.22% from 345); Green value is 111 (43.75% from 255 or 32.17% from 345); Blue value is 78 (30.86% from 255 or 22.61% from 345); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6F4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6F4E is #6390B1. Grayscale: #787878. Windows color (decimal): -6525106 or 5140380. OLE color: 5140380.
HSL color Cylindrical-coordinate representation of color #9C6F4E: hue angle of 25.38º degrees, saturation: 0.33, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9C6F4E is Cyan = 0, Magento = 0.29, Yellow = 0.5 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 111 | 78 | - |
| CMYK | 0 | 0.29 | 0.5 | 0.39 |
| HSL | 25.38º | 0.33% | 0.46% | - |
| HSV(B) | 25.38º | 0.5% | 0.61% | - |
| XYZ | 20.77 | 18.99 | 9.78 | - |
| YUV | 120.69 | 103.91 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 111 | 78 | 0 | 0.29 | 0.5 | 0.39 | 25.38 | 0.33 | 0.46 |
| Hex | 9C | 6F | 4E | 0 | 1D | 32 | 27 | 19 | 21 | 2E |
| Octal | 234 | 157 | 116 | 0 | 35 | 62 | 47 | 31 | 41 | 56 |
| Binary | 10011100 | 1101111 | 1001110 | 0 | 11101 | 110010 | 100111 | 11001 | 100001 | 101110 |
Color Harmonies of #9C6F4E
Complementary color
Monochromatic Colors of #9C6F4E
Black with #9C6F4E
Text Example
Text Example
White with #9C6F4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6F4E; }
p { color: rgb(156,111,78); }
H1.HeaderClassName
{
color: #9C6F4E;
}
.AnyTagClassName
{
color: #9C6F4E;
}
</style>
background-color css
<style>
a { background-color: #9C6F4E; }
a { background-color: rgb(156,111,78); }
div.DivClassName
{
background-color: #9C6F4E;
}
.BgClassName
{
background-color: #9C6F4E;
}
</style>
border-color css
<style>
span { border-color: #9C6F4E; }
span { border-color: rgb(156,111,78); }
td.TdClassName
{
border-color: #9C6F4E;
}
.TagClassName
{
border-color: #9C6F4E;
}
</style>