Shades of Dark Tan #9C6745
Tints of Dark Tan #9C6745
RGB
CMYK
RGB Variations
Color information
#9C6745 (or 0x9C6745) is known color: Dark Tan. HEX triplet: 9C, 67 and 45. RGB value is (156,103,69). Sum of RGB (Red+Green+Blue) = 156+103+69=328 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.56% from 328); Green value is 103 (40.62% from 255 or 31.40% from 328); Blue value is 69 (27.34% from 255 or 21.04% from 328); Max value from RGB is 156 - color contains mainly: red. Hex color #9C6745 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C6745 is #6398BA. Grayscale: #737373. Windows color (decimal): -6527163 or 4548508. OLE color: 4548508.
HSL color Cylindrical-coordinate representation of color #9C6745: hue angle of 23.45º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C6745 is Cyan = 0, Magento = 0.34, Yellow = 0.56 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 103 | 69 | - |
| CMYK | 0 | 0.34 | 0.56 | 0.39 |
| HSL | 23.45º | 0.39% | 0.44% | - |
| HSV(B) | 23.45º | 0.56% | 0.61% | - |
| XYZ | 19.63 | 17.2 | 7.91 | - |
| YUV | 114.97 | 102.06 | 157.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 103 | 69 | 0 | 0.34 | 0.56 | 0.39 | 23.45 | 0.39 | 0.44 |
| Hex | 9C | 67 | 45 | 0 | 22 | 38 | 27 | 17 | 27 | 2C |
| Octal | 234 | 147 | 105 | 0 | 42 | 70 | 47 | 27 | 47 | 54 |
| Binary | 10011100 | 1100111 | 1000101 | 0 | 100010 | 111000 | 100111 | 10111 | 100111 | 101100 |
Color Harmonies of #9C6745
Complementary color
Monochromatic Colors of #9C6745
Black with #9C6745
Text Example
Text Example
White with #9C6745
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C6745; }
p { color: rgb(156,103,69); }
H1.HeaderClassName
{
color: #9C6745;
}
.AnyTagClassName
{
color: #9C6745;
}
</style>
background-color css
<style>
a { background-color: #9C6745; }
a { background-color: rgb(156,103,69); }
div.DivClassName
{
background-color: #9C6745;
}
.BgClassName
{
background-color: #9C6745;
}
</style>
border-color css
<style>
span { border-color: #9C6745; }
span { border-color: rgb(156,103,69); }
td.TdClassName
{
border-color: #9C6745;
}
.TagClassName
{
border-color: #9C6745;
}
</style>