Shades of Dark Tan #9C6F50
Tints of Dark Tan #9C6F50
RGB
CMYK
RGB Variations
Color information
#9C6F50 (or 0x9C6F50) is known color: Dark Tan. HEX triplet: 9C, 6F and 50. RGB value is (156,111,80). Sum of RGB (Red+Green+Blue) = 156+111+80=347 (45% of max value = 765). Red value is 156 (61.33% from 255 or 44.96% from 347); Green value is 111 (43.75% from 255 or 31.99% from 347); Blue value is 80 (31.64% from 255 or 23.05% from 347); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6F50 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C6F50 is #6390AF. Grayscale: #797979. Windows color (decimal): -6525104 or 5271452. OLE color: 5271452.
HSL color Cylindrical-coordinate representation of color #9C6F50: hue angle of 24.47º degrees, saturation: 0.32, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C6F50 is Cyan = 0, Magento = 0.29, Yellow = 0.49 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 111 | 80 | - |
| CMYK | 0 | 0.29 | 0.49 | 0.39 |
| HSL | 24.47º | 0.32% | 0.46% | - |
| HSV(B) | 24.47º | 0.49% | 0.61% | - |
| XYZ | 20.84 | 19.02 | 10.16 | - |
| YUV | 120.92 | 104.91 | 153.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 111 | 80 | 0 | 0.29 | 0.49 | 0.39 | 24.47 | 0.32 | 0.46 |
| Hex | 9C | 6F | 50 | 0 | 1D | 31 | 27 | 18 | 20 | 2E |
| Octal | 234 | 157 | 120 | 0 | 35 | 61 | 47 | 30 | 40 | 56 |
| Binary | 10011100 | 1101111 | 1010000 | 0 | 11101 | 110001 | 100111 | 11000 | 100000 | 101110 |
Color Harmonies of #9C6F50
Complementary color
Monochromatic Colors of #9C6F50
Black with #9C6F50
Text Example
Text Example
White with #9C6F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6F50; }
p { color: rgb(156,111,80); }
H1.HeaderClassName
{
color: #9C6F50;
}
.AnyTagClassName
{
color: #9C6F50;
}
</style>
background-color css
<style>
a { background-color: #9C6F50; }
a { background-color: rgb(156,111,80); }
div.DivClassName
{
background-color: #9C6F50;
}
.BgClassName
{
background-color: #9C6F50;
}
</style>
border-color css
<style>
span { border-color: #9C6F50; }
span { border-color: rgb(156,111,80); }
td.TdClassName
{
border-color: #9C6F50;
}
.TagClassName
{
border-color: #9C6F50;
}
</style>