Shades of Indochine #9A5E31
Tints of Indochine #9A5E31
RGB
CMYK
RGB Variations
Color information
#9A5E31 (or 0x9A5E31) is known color: Indochine. HEX triplet: 9A, 5E and 31. RGB value is (154,94,49). Sum of RGB (Red+Green+Blue) = 154+94+49=297 (39% of max value = 765). Red value is 154 (60.55% from 255 or 51.85% from 297); Green value is 94 (37.11% from 255 or 31.65% from 297); Blue value is 49 (19.53% from 255 or 16.50% from 297); Max value from RGB is 154 - color contains mainly: red. Hex color #9A5E31 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9A5E31 is #65A1CE. Grayscale: #6B6B6B. Windows color (decimal): -6660559 or 3235482. OLE color: 3235482.
HSL color Cylindrical-coordinate representation of color #9A5E31: hue angle of 25.71º degrees, saturation: 0.52, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9A5E31 is Cyan = 0, Magento = 0.39, Yellow = 0.68 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 154 | 94 | 49 | - |
| CMYK | 0 | 0.39 | 0.68 | 0.40 |
| HSL | 25.71º | 0.52% | 0.4% | - |
| HSV(B) | 25.71º | 0.68% | 0.6% | - |
| XYZ | 17.88 | 15.1 | 4.88 | - |
| YUV | 106.81 | 95.38 | 161.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 94 | 49 | 0 | 0.39 | 0.68 | 0.40 | 25.71 | 0.52 | 0.4 |
| Hex | 9A | 5E | 31 | 0 | 27 | 44 | 28 | 1A | 34 | 28 |
| Octal | 232 | 136 | 61 | 0 | 47 | 104 | 50 | 32 | 64 | 50 |
| Binary | 10011010 | 1011110 | 110001 | 0 | 100111 | 1000100 | 101000 | 11010 | 110100 | 101000 |
Color Harmonies of #9A5E31
Complementary color
Monochromatic Colors of #9A5E31
Black with #9A5E31
Text Example
Text Example
White with #9A5E31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A5E31; }
p { color: rgb(154,94,49); }
H1.HeaderClassName
{
color: #9A5E31;
}
.AnyTagClassName
{
color: #9A5E31;
}
</style>
background-color css
<style>
a { background-color: #9A5E31; }
a { background-color: rgb(154,94,49); }
div.DivClassName
{
background-color: #9A5E31;
}
.BgClassName
{
background-color: #9A5E31;
}
</style>
border-color css
<style>
span { border-color: #9A5E31; }
span { border-color: rgb(154,94,49); }
td.TdClassName
{
border-color: #9A5E31;
}
.TagClassName
{
border-color: #9A5E31;
}
</style>