Shades of Indochine #9A5E39
Tints of Indochine #9A5E39
RGB
CMYK
RGB Variations
Color information
#9A5E39 (or 0x9A5E39) is known color: Indochine. HEX triplet: 9A, 5E and 39. RGB value is (154,94,57). Sum of RGB (Red+Green+Blue) = 154+94+57=305 (40% of max value = 765). Red value is 154 (60.55% from 255 or 50.49% from 305); Green value is 94 (37.11% from 255 or 30.82% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5E39 is #65A1C6. Grayscale: #6B6B6B. Windows color (decimal): -6660551 or 3759770. OLE color: 3759770.
HSL color Cylindrical-coordinate representation of color #9A5E39: hue angle of 22.89º degrees, saturation: 0.46, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9A5E39 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 94 | 57 | - |
| CMYK | 0 | 0.39 | 0.63 | 0.40 |
| HSL | 22.89º | 0.46% | 0.41% | - |
| HSV(B) | 22.89º | 0.63% | 0.6% | - |
| XYZ | 18.07 | 15.17 | 5.85 | - |
| YUV | 107.72 | 99.38 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 57 | 0 | 0.39 | 0.63 | 0.40 | 22.89 | 0.46 | 0.41 |
| Hex | 9A | 5E | 39 | 0 | 27 | 3F | 28 | 17 | 2E | 29 |
| Octal | 232 | 136 | 71 | 0 | 47 | 77 | 50 | 27 | 56 | 51 |
| Binary | 10011010 | 1011110 | 111001 | 0 | 100111 | 111111 | 101000 | 10111 | 101110 | 101001 |
Color Harmonies of #9A5E39
Complementary color
Monochromatic Colors of #9A5E39
Black with #9A5E39
Text Example
Text Example
White with #9A5E39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5E39; }
p { color: rgb(154,94,57); }
H1.HeaderClassName
{
color: #9A5E39;
}
.AnyTagClassName
{
color: #9A5E39;
}
</style>
background-color css
<style>
a { background-color: #9A5E39; }
a { background-color: rgb(154,94,57); }
div.DivClassName
{
background-color: #9A5E39;
}
.BgClassName
{
background-color: #9A5E39;
}
</style>
border-color css
<style>
span { border-color: #9A5E39; }
span { border-color: rgb(154,94,57); }
td.TdClassName
{
border-color: #9A5E39;
}
.TagClassName
{
border-color: #9A5E39;
}
</style>