Shades of Dark Tan #9C614C
Tints of Dark Tan #9C614C
RGB
CMYK
RGB Variations
Color information
#9C614C (or 0x9C614C) is known color: Dark Tan. HEX triplet: 9C, 61 and 4C. RGB value is (156,97,76). Sum of RGB (Red+Green+Blue) = 156+97+76=329 (43% of max value = 765). Red value is 156 (61.33% from 255 or 47.42% from 329); Green value is 97 (38.28% from 255 or 29.48% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 156 - color contains mainly: red. Hex color #9C614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C614C is #639EB3. Grayscale: #707070. Windows color (decimal): -6528692 or 5005724. OLE color: 5005724.
HSL color Cylindrical-coordinate representation of color #9C614C: hue angle of 15.75º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9C614C is Cyan = 0, Magento = 0.38, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 97 | 76 | - |
| CMYK | 0 | 0.38 | 0.51 | 0.39 |
| HSL | 15.75º | 0.34% | 0.45% | - |
| HSV(B) | 15.75º | 0.51% | 0.61% | - |
| XYZ | 19.29 | 16.14 | 8.94 | - |
| YUV | 112.25 | 107.55 | 159.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 97 | 76 | 0 | 0.38 | 0.51 | 0.39 | 15.75 | 0.34 | 0.45 |
| Hex | 9C | 61 | 4C | 0 | 26 | 33 | 27 | 10 | 22 | 2D |
| Octal | 234 | 141 | 114 | 0 | 46 | 63 | 47 | 20 | 42 | 55 |
| Binary | 10011100 | 1100001 | 1001100 | 0 | 100110 | 110011 | 100111 | 10000 | 100010 | 101101 |
Color Harmonies of #9C614C
Complementary color
Monochromatic Colors of #9C614C
Black with #9C614C
Text Example
Text Example
White with #9C614C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C614C; }
p { color: rgb(156,97,76); }
H1.HeaderClassName
{
color: #9C614C;
}
.AnyTagClassName
{
color: #9C614C;
}
</style>
background-color css
<style>
a { background-color: #9C614C; }
a { background-color: rgb(156,97,76); }
div.DivClassName
{
background-color: #9C614C;
}
.BgClassName
{
background-color: #9C614C;
}
</style>
border-color css
<style>
span { border-color: #9C614C; }
span { border-color: rgb(156,97,76); }
td.TdClassName
{
border-color: #9C614C;
}
.TagClassName
{
border-color: #9C614C;
}
</style>