Shades of Dark Tan #9C674D
Tints of Dark Tan #9C674D
RGB
CMYK
RGB Variations
Color information
#9C674D (or 0x9C674D) is known color: Dark Tan. HEX triplet: 9C, 67 and 4D. RGB value is (156,103,77). Sum of RGB (Red+Green+Blue) = 156+103+77=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 103 (40.62% from 255 or 30.65% from 336); Blue value is 77 (30.47% from 255 or 22.92% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C674D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C674D is #6398B2. Grayscale: #747474. Windows color (decimal): -6527155 or 5072796. OLE color: 5072796.
HSL color Cylindrical-coordinate representation of color #9C674D: hue angle of 19.75º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C674D is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 103 | 77 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.39 |
| HSL | 19.75º | 0.34% | 0.46% | - |
| HSV(B) | 19.75º | 0.51% | 0.61% | - |
| XYZ | 19.9 | 17.3 | 9.31 | - |
| YUV | 115.88 | 106.06 | 156.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 103 | 77 | 0 | 0.34 | 0.51 | 0.39 | 19.75 | 0.34 | 0.46 |
| Hex | 9C | 67 | 4D | 0 | 22 | 33 | 27 | 14 | 22 | 2E |
| Octal | 234 | 147 | 115 | 0 | 42 | 63 | 47 | 24 | 42 | 56 |
| Binary | 10011100 | 1100111 | 1001101 | 0 | 100010 | 110011 | 100111 | 10100 | 100010 | 101110 |
Color Harmonies of #9C674D
Complementary color
Monochromatic Colors of #9C674D
Black with #9C674D
Text Example
Text Example
White with #9C674D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C674D; }
p { color: rgb(156,103,77); }
H1.HeaderClassName
{
color: #9C674D;
}
.AnyTagClassName
{
color: #9C674D;
}
</style>
background-color css
<style>
a { background-color: #9C674D; }
a { background-color: rgb(156,103,77); }
div.DivClassName
{
background-color: #9C674D;
}
.BgClassName
{
background-color: #9C674D;
}
</style>
border-color css
<style>
span { border-color: #9C674D; }
span { border-color: rgb(156,103,77); }
td.TdClassName
{
border-color: #9C674D;
}
.TagClassName
{
border-color: #9C674D;
}
</style>