Shades of Indochine #9A593A
Tints of Indochine #9A593A
RGB
CMYK
RGB Variations
Color information
#9A593A (or 0x9A593A) is known color: Indochine. HEX triplet: 9A, 59 and 3A. RGB value is (154,89,58). Sum of RGB (Red+Green+Blue) = 154+89+58=301 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.16% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 154 - color contains mainly: red. Hex color #9A593A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A593A is #65A6C5. Grayscale: #696969. Windows color (decimal): -6661830 or 3824026. OLE color: 3824026.
HSL color Cylindrical-coordinate representation of color #9A593A: hue angle of 19.38º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A593A is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 89 | 58 | - |
| CMYK | 0 | 0.42 | 0.62 | 0.40 |
| HSL | 19.38º | 0.45% | 0.42% | - |
| HSV(B) | 19.38º | 0.62% | 0.6% | - |
| XYZ | 17.66 | 14.32 | 5.84 | - |
| YUV | 104.9 | 101.53 | 163.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 89 | 58 | 0 | 0.42 | 0.62 | 0.40 | 19.38 | 0.45 | 0.42 |
| Hex | 9A | 59 | 3A | 0 | 2A | 3E | 28 | 13 | 2D | 2A |
| Octal | 232 | 131 | 72 | 0 | 52 | 76 | 50 | 23 | 55 | 52 |
| Binary | 10011010 | 1011001 | 111010 | 0 | 101010 | 111110 | 101000 | 10011 | 101101 | 101010 |
Color Harmonies of #9A593A
Complementary color
Monochromatic Colors of #9A593A
Black with #9A593A
Text Example
Text Example
White with #9A593A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A593A; }
p { color: rgb(154,89,58); }
H1.HeaderClassName
{
color: #9A593A;
}
.AnyTagClassName
{
color: #9A593A;
}
</style>
background-color css
<style>
a { background-color: #9A593A; }
a { background-color: rgb(154,89,58); }
div.DivClassName
{
background-color: #9A593A;
}
.BgClassName
{
background-color: #9A593A;
}
</style>
border-color css
<style>
span { border-color: #9A593A; }
span { border-color: rgb(154,89,58); }
td.TdClassName
{
border-color: #9A593A;
}
.TagClassName
{
border-color: #9A593A;
}
</style>