Shades of Dark Tan #9C694B
Tints of Dark Tan #9C694B
RGB
CMYK
RGB Variations
Color information
#9C694B (or 0x9C694B) is known color: Dark Tan. HEX triplet: 9C, 69 and 4B. RGB value is (156,105,75). Sum of RGB (Red+Green+Blue) = 156+105+75=336 (44% of max value = 765). Red value is 156 (61.33% from 255 or 46.43% from 336); Green value is 105 (41.41% from 255 or 31.25% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 156 - color contains mainly: red. Hex color #9C694B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C694B is #6396B4. Grayscale: #757575. Windows color (decimal): -6526645 or 4942236. OLE color: 4942236.
HSL color Cylindrical-coordinate representation of color #9C694B: hue angle of 22.22º degrees, saturation: 0.35, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9C694B is Cyan = 0, Magento = 0.33, Yellow = 0.52 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 105 | 75 | - |
| CMYK | 0 | 0.33 | 0.52 | 0.39 |
| HSL | 22.22º | 0.35% | 0.45% | - |
| HSV(B) | 22.22º | 0.52% | 0.61% | - |
| XYZ | 20.03 | 17.68 | 9.01 | - |
| YUV | 116.83 | 104.4 | 155.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 105 | 75 | 0 | 0.33 | 0.52 | 0.39 | 22.22 | 0.35 | 0.45 |
| Hex | 9C | 69 | 4B | 0 | 21 | 34 | 27 | 16 | 23 | 2D |
| Octal | 234 | 151 | 113 | 0 | 41 | 64 | 47 | 26 | 43 | 55 |
| Binary | 10011100 | 1101001 | 1001011 | 0 | 100001 | 110100 | 100111 | 10110 | 100011 | 101101 |
Color Harmonies of #9C694B
Complementary color
Monochromatic Colors of #9C694B
Black with #9C694B
Text Example
Text Example
White with #9C694B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C694B; }
p { color: rgb(156,105,75); }
H1.HeaderClassName
{
color: #9C694B;
}
.AnyTagClassName
{
color: #9C694B;
}
</style>
background-color css
<style>
a { background-color: #9C694B; }
a { background-color: rgb(156,105,75); }
div.DivClassName
{
background-color: #9C694B;
}
.BgClassName
{
background-color: #9C694B;
}
</style>
border-color css
<style>
span { border-color: #9C694B; }
span { border-color: rgb(156,105,75); }
td.TdClassName
{
border-color: #9C694B;
}
.TagClassName
{
border-color: #9C694B;
}
</style>