Shades of Dark Tan #9A654C
Tints of Dark Tan #9A654C
RGB
CMYK
RGB Variations
Color information
#9A654C (or 0x9A654C) is known color: Dark Tan. HEX triplet: 9A, 65 and 4C. RGB value is (154,101,76). Sum of RGB (Red+Green+Blue) = 154+101+76=331 (43% of max value = 765). Red value is 154 (60.55% from 255 or 46.53% from 331); Green value is 101 (39.84% from 255 or 30.51% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 154 - color contains mainly: red. Hex color #9A654C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A654C is #659AB3. Grayscale: #727272. Windows color (decimal): -6658740 or 5006746. OLE color: 5006746.
HSL color Cylindrical-coordinate representation of color #9A654C: hue angle of 19.23º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9A654C is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 101 | 76 | - |
| CMYK | 0 | 0.34 | 0.51 | 0.40 |
| HSL | 19.23º | 0.34% | 0.45% | - |
| HSV(B) | 19.23º | 0.51% | 0.6% | - |
| XYZ | 19.28 | 16.7 | 9.04 | - |
| YUV | 114 | 106.56 | 156.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 101 | 76 | 0 | 0.34 | 0.51 | 0.40 | 19.23 | 0.34 | 0.45 |
| Hex | 9A | 65 | 4C | 0 | 22 | 33 | 28 | 13 | 22 | 2D |
| Octal | 232 | 145 | 114 | 0 | 42 | 63 | 50 | 23 | 42 | 55 |
| Binary | 10011010 | 1100101 | 1001100 | 0 | 100010 | 110011 | 101000 | 10011 | 100010 | 101101 |
Color Harmonies of #9A654C
Complementary color
Monochromatic Colors of #9A654C
Black with #9A654C
Text Example
Text Example
White with #9A654C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A654C; }
p { color: rgb(154,101,76); }
H1.HeaderClassName
{
color: #9A654C;
}
.AnyTagClassName
{
color: #9A654C;
}
</style>
background-color css
<style>
a { background-color: #9A654C; }
a { background-color: rgb(154,101,76); }
div.DivClassName
{
background-color: #9A654C;
}
.BgClassName
{
background-color: #9A654C;
}
</style>
border-color css
<style>
span { border-color: #9A654C; }
span { border-color: rgb(154,101,76); }
td.TdClassName
{
border-color: #9A654C;
}
.TagClassName
{
border-color: #9A654C;
}
</style>