Shades of Dark Tan #9C694D
Tints of Dark Tan #9C694D
RGB
CMYK
RGB Variations
Color information
#9C694D (or 0x9C694D) is known color: Dark Tan. HEX triplet: 9C, 69 and 4D. RGB value is (156,105,77). Sum of RGB (Red+Green+Blue) = 156+105+77=338 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.15% from 338); Green value is 105 (41.41% from 255 or 31.07% from 338); Blue value is 77 (30.47% from 255 or 22.78% from 338); Max value from RGB is 156 - color contains mainly: red. Hex color #9C694D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9C694D is #6396B2. Grayscale: #757575. Windows color (decimal): -6526643 or 5073308. OLE color: 5073308.
HSL color Cylindrical-coordinate representation of color #9C694D: hue angle of 21.27º 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 #9C694D is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 105 | 77 | - |
| CMYK | 0 | 0.33 | 0.51 | 0.39 |
| HSL | 21.27º | 0.34% | 0.46% | - |
| HSV(B) | 21.27º | 0.51% | 0.61% | - |
| XYZ | 20.1 | 17.71 | 9.38 | - |
| YUV | 117.06 | 105.4 | 155.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 105 | 77 | 0 | 0.33 | 0.51 | 0.39 | 21.27 | 0.34 | 0.46 |
| Hex | 9C | 69 | 4D | 0 | 21 | 33 | 27 | 15 | 22 | 2E |
| Octal | 234 | 151 | 115 | 0 | 41 | 63 | 47 | 25 | 42 | 56 |
| Binary | 10011100 | 1101001 | 1001101 | 0 | 100001 | 110011 | 100111 | 10101 | 100010 | 101110 |
Color Harmonies of #9C694D
Complementary color
Monochromatic Colors of #9C694D
Black with #9C694D
Text Example
Text Example
White with #9C694D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C694D; }
p { color: rgb(156,105,77); }
H1.HeaderClassName
{
color: #9C694D;
}
.AnyTagClassName
{
color: #9C694D;
}
</style>
background-color css
<style>
a { background-color: #9C694D; }
a { background-color: rgb(156,105,77); }
div.DivClassName
{
background-color: #9C694D;
}
.BgClassName
{
background-color: #9C694D;
}
</style>
border-color css
<style>
span { border-color: #9C694D; }
span { border-color: rgb(156,105,77); }
td.TdClassName
{
border-color: #9C694D;
}
.TagClassName
{
border-color: #9C694D;
}
</style>