Shades of Indochine #9C5C29
Tints of Indochine #9C5C29
RGB
CMYK
RGB Variations
Color information
#9C5C29 (or 0x9C5C29) is known color: Indochine. HEX triplet: 9C, 5C and 29. RGB value is (156,92,41). Sum of RGB (Red+Green+Blue) = 156+92+41=289 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.98% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 41 (16.41% from 255 or 14.19% from 289); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5C29 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5C29 is #63A3D6. Grayscale: #696969. Windows color (decimal): -6530007 or 2710684. OLE color: 2710684.
HSL color Cylindrical-coordinate representation of color #9C5C29: hue angle of 26.61º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9C5C29 is Cyan = 0, Magento = 0.41, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 92 | 41 | - |
| CMYK | 0 | 0.41 | 0.74 | 0.39 |
| HSL | 26.61º | 0.58% | 0.39% | - |
| HSV(B) | 26.61º | 0.74% | 0.61% | - |
| XYZ | 17.94 | 14.88 | 4.02 | - |
| YUV | 105.32 | 91.7 | 164.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 92 | 41 | 0 | 0.41 | 0.74 | 0.39 | 26.61 | 0.58 | 0.39 |
| Hex | 9C | 5C | 29 | 0 | 29 | 4A | 27 | 1B | 3A | 27 |
| Octal | 234 | 134 | 51 | 0 | 51 | 112 | 47 | 33 | 72 | 47 |
| Binary | 10011100 | 1011100 | 101001 | 0 | 101001 | 1001010 | 100111 | 11011 | 111010 | 100111 |
Color Harmonies of #9C5C29
Complementary color
Monochromatic Colors of #9C5C29
Black with #9C5C29
Text Example
Text Example
White with #9C5C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5C29; }
p { color: rgb(156,92,41); }
H1.HeaderClassName
{
color: #9C5C29;
}
.AnyTagClassName
{
color: #9C5C29;
}
</style>
background-color css
<style>
a { background-color: #9C5C29; }
a { background-color: rgb(156,92,41); }
div.DivClassName
{
background-color: #9C5C29;
}
.BgClassName
{
background-color: #9C5C29;
}
</style>
border-color css
<style>
span { border-color: #9C5C29; }
span { border-color: rgb(156,92,41); }
td.TdClassName
{
border-color: #9C5C29;
}
.TagClassName
{
border-color: #9C5C29;
}
</style>