Shades of Dark Tan #9C644C
Tints of Dark Tan #9C644C
RGB
CMYK
RGB Variations
Color information
#9C644C (or 0x9C644C) is known color: Dark Tan. HEX triplet: 9C, 64 and 4C. RGB value is (156,100,76). Sum of RGB (Red+Green+Blue) = 156+100+76=332 (43% of max value = 765). Red value is 156 (61.33% from 255 or 46.99% from 332); Green value is 100 (39.45% from 255 or 30.12% from 332); Blue value is 76 (30.08% from 255 or 22.89% from 332); Max value from RGB is 156 - color contains mainly: red. Hex color #9C644C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C644C is #639BB3. Grayscale: #727272. Windows color (decimal): -6527924 or 5006492. OLE color: 5006492.
HSL color Cylindrical-coordinate representation of color #9C644C: hue angle of 18º 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 #9C644C is Cyan = 0, Magento = 0.36, Yellow = 0.51 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 100 | 76 | - |
| CMYK | 0 | 0.36 | 0.51 | 0.39 |
| HSL | 18º | 0.34% | 0.45% | - |
| HSV(B) | 18º | 0.51% | 0.61% | - |
| XYZ | 19.57 | 16.7 | 9.03 | - |
| YUV | 114.01 | 106.55 | 157.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 100 | 76 | 0 | 0.36 | 0.51 | 0.39 | 18 | 0.34 | 0.45 |
| Hex | 9C | 64 | 4C | 0 | 24 | 33 | 27 | 12 | 22 | 2D |
| Octal | 234 | 144 | 114 | 0 | 44 | 63 | 47 | 22 | 42 | 55 |
| Binary | 10011100 | 1100100 | 1001100 | 0 | 100100 | 110011 | 100111 | 10010 | 100010 | 101101 |
Color Harmonies of #9C644C
Complementary color
Monochromatic Colors of #9C644C
Black with #9C644C
Text Example
Text Example
White with #9C644C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C644C; }
p { color: rgb(156,100,76); }
H1.HeaderClassName
{
color: #9C644C;
}
.AnyTagClassName
{
color: #9C644C;
}
</style>
background-color css
<style>
a { background-color: #9C644C; }
a { background-color: rgb(156,100,76); }
div.DivClassName
{
background-color: #9C644C;
}
.BgClassName
{
background-color: #9C644C;
}
</style>
border-color css
<style>
span { border-color: #9C644C; }
span { border-color: rgb(156,100,76); }
td.TdClassName
{
border-color: #9C644C;
}
.TagClassName
{
border-color: #9C644C;
}
</style>