Shades of Indochine #9C5E2E
Tints of Indochine #9C5E2E
RGB
CMYK
RGB Variations
Color information
#9C5E2E (or 0x9C5E2E) is known color: Indochine. HEX triplet: 9C, 5E and 2E. RGB value is (156,94,46). Sum of RGB (Red+Green+Blue) = 156+94+46=296 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.70% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 46 (18.36% from 255 or 15.54% from 296); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5E2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5E2E is #63A1D1. Grayscale: #6B6B6B. Windows color (decimal): -6529490 or 3038876. OLE color: 3038876.
HSL color Cylindrical-coordinate representation of color #9C5E2E: hue angle of 26.18º degrees, saturation: 0.54, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9C5E2E is Cyan = 0, Magento = 0.40, Yellow = 0.71 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 94 | 46 | - |
| CMYK | 0 | 0.40 | 0.71 | 0.39 |
| HSL | 26.18º | 0.54% | 0.4% | - |
| HSV(B) | 26.18º | 0.71% | 0.61% | - |
| XYZ | 18.21 | 15.27 | 4.57 | - |
| YUV | 107.07 | 93.54 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 94 | 46 | 0 | 0.40 | 0.71 | 0.39 | 26.18 | 0.54 | 0.4 |
| Hex | 9C | 5E | 2E | 0 | 28 | 47 | 27 | 1A | 36 | 28 |
| Octal | 234 | 136 | 56 | 0 | 50 | 107 | 47 | 32 | 66 | 50 |
| Binary | 10011100 | 1011110 | 101110 | 0 | 101000 | 1000111 | 100111 | 11010 | 110110 | 101000 |
Color Harmonies of #9C5E2E
Complementary color
Monochromatic Colors of #9C5E2E
Black with #9C5E2E
Text Example
Text Example
White with #9C5E2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5E2E; }
p { color: rgb(156,94,46); }
H1.HeaderClassName
{
color: #9C5E2E;
}
.AnyTagClassName
{
color: #9C5E2E;
}
</style>
background-color css
<style>
a { background-color: #9C5E2E; }
a { background-color: rgb(156,94,46); }
div.DivClassName
{
background-color: #9C5E2E;
}
.BgClassName
{
background-color: #9C5E2E;
}
</style>
border-color css
<style>
span { border-color: #9C5E2E; }
span { border-color: rgb(156,94,46); }
td.TdClassName
{
border-color: #9C5E2E;
}
.TagClassName
{
border-color: #9C5E2E;
}
</style>