Shades of Dark Tan #9A6C41
Tints of Dark Tan #9A6C41
RGB
CMYK
RGB Variations
Color information
#9A6C41 (or 0x9A6C41) is known color: Dark Tan. HEX triplet: 9A, 6C and 41. RGB value is (154,108,65). Sum of RGB (Red+Green+Blue) = 154+108+65=327 (43% of max value = 765). Red value is 154 (60.55% from 255 or 47.09% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 65 (25.78% from 255 or 19.88% from 327); Max value from RGB is 154 - color contains mainly: red. Hex color #9A6C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A6C41 is #6593BE. Grayscale: #757575. Windows color (decimal): -6656959 or 4287642. OLE color: 4287642.
HSL color Cylindrical-coordinate representation of color #9A6C41: hue angle of 28.99º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9A6C41 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 108 | 65 | - |
| CMYK | 0 | 0.30 | 0.58 | 0.40 |
| HSL | 28.99º | 0.41% | 0.43% | - |
| HSV(B) | 28.99º | 0.58% | 0.6% | - |
| XYZ | 19.64 | 17.98 | 7.44 | - |
| YUV | 116.85 | 98.74 | 154.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 108 | 65 | 0 | 0.30 | 0.58 | 0.40 | 28.99 | 0.41 | 0.43 |
| Hex | 9A | 6C | 41 | 0 | 1E | 3A | 28 | 1D | 29 | 2B |
| Octal | 232 | 154 | 101 | 0 | 36 | 72 | 50 | 35 | 51 | 53 |
| Binary | 10011010 | 1101100 | 1000001 | 0 | 11110 | 111010 | 101000 | 11101 | 101001 | 101011 |
Color Harmonies of #9A6C41
Complementary color
Monochromatic Colors of #9A6C41
Black with #9A6C41
Text Example
Text Example
White with #9A6C41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6C41; }
p { color: rgb(154,108,65); }
H1.HeaderClassName
{
color: #9A6C41;
}
.AnyTagClassName
{
color: #9A6C41;
}
</style>
background-color css
<style>
a { background-color: #9A6C41; }
a { background-color: rgb(154,108,65); }
div.DivClassName
{
background-color: #9A6C41;
}
.BgClassName
{
background-color: #9A6C41;
}
</style>
border-color css
<style>
span { border-color: #9A6C41; }
span { border-color: rgb(154,108,65); }
td.TdClassName
{
border-color: #9A6C41;
}
.TagClassName
{
border-color: #9A6C41;
}
</style>