Shades of Dark Tan #9C6B47
Tints of Dark Tan #9C6B47
RGB
CMYK
RGB Variations
Color information
#9C6B47 (or 0x9C6B47) is known color: Dark Tan. HEX triplet: 9C, 6B and 47. RGB value is (156,107,71). Sum of RGB (Red+Green+Blue) = 156+107+71=334 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.71% from 334); Green value is 107 (42.19% from 255 or 32.04% from 334); Blue value is 71 (28.12% from 255 or 21.26% from 334); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6B47 is #6394B8. Grayscale: #757575. Windows color (decimal): -6526137 or 4680604. OLE color: 4680604.
HSL color Cylindrical-coordinate representation of color #9C6B47: hue angle of 25.41º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9C6B47 is Cyan = 0, Magento = 0.31, Yellow = 0.54 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 107 | 71 | - |
| CMYK | 0 | 0.31 | 0.54 | 0.39 |
| HSL | 25.41º | 0.37% | 0.45% | - |
| HSV(B) | 25.41º | 0.54% | 0.61% | - |
| XYZ | 20.11 | 18.04 | 8.38 | - |
| YUV | 117.55 | 101.73 | 155.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 107 | 71 | 0 | 0.31 | 0.54 | 0.39 | 25.41 | 0.37 | 0.45 |
| Hex | 9C | 6B | 47 | 0 | 1F | 36 | 27 | 19 | 25 | 2D |
| Octal | 234 | 153 | 107 | 0 | 37 | 66 | 47 | 31 | 45 | 55 |
| Binary | 10011100 | 1101011 | 1000111 | 0 | 11111 | 110110 | 100111 | 11001 | 100101 | 101101 |
Color Harmonies of #9C6B47
Complementary color
Monochromatic Colors of #9C6B47
Black with #9C6B47
Text Example
Text Example
White with #9C6B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6B47; }
p { color: rgb(156,107,71); }
H1.HeaderClassName
{
color: #9C6B47;
}
.AnyTagClassName
{
color: #9C6B47;
}
</style>
background-color css
<style>
a { background-color: #9C6B47; }
a { background-color: rgb(156,107,71); }
div.DivClassName
{
background-color: #9C6B47;
}
.BgClassName
{
background-color: #9C6B47;
}
</style>
border-color css
<style>
span { border-color: #9C6B47; }
span { border-color: rgb(156,107,71); }
td.TdClassName
{
border-color: #9C6B47;
}
.TagClassName
{
border-color: #9C6B47;
}
</style>