Shades of Indochine #9C5934
Tints of Indochine #9C5934
RGB
CMYK
RGB Variations
Color information
#9C5934 (or 0x9C5934) is known color: Indochine. HEX triplet: 9C, 59 and 34. RGB value is (156,89,52). Sum of RGB (Red+Green+Blue) = 156+89+52=297 (39% of max value = 765). Red value is 156 (61.33% from 255 or 52.53% from 297); Green value is 89 (35.16% from 255 or 29.97% from 297); Blue value is 52 (20.70% from 255 or 17.51% from 297); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5934 is #63A6CB. Grayscale: #696969. Windows color (decimal): -6530764 or 3430812. OLE color: 3430812.
HSL color Cylindrical-coordinate representation of color #9C5934: hue angle of 21.35º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9C5934 is Cyan = 0, Magento = 0.43, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 156 | 89 | 52 | - |
| CMYK | 0 | 0.43 | 0.67 | 0.39 |
| HSL | 21.35º | 0.5% | 0.41% | - |
| HSV(B) | 21.35º | 0.67% | 0.61% | - |
| XYZ | 17.9 | 14.46 | 5.1 | - |
| YUV | 104.82 | 98.2 | 164.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 156 | 89 | 52 | 0 | 0.43 | 0.67 | 0.39 | 21.35 | 0.5 | 0.41 |
| Hex | 9C | 59 | 34 | 0 | 2B | 43 | 27 | 15 | 32 | 29 |
| Octal | 234 | 131 | 64 | 0 | 53 | 103 | 47 | 25 | 62 | 51 |
| Binary | 10011100 | 1011001 | 110100 | 0 | 101011 | 1000011 | 100111 | 10101 | 110010 | 101001 |
Color Harmonies of #9C5934
Complementary color
Monochromatic Colors of #9C5934
Black with #9C5934
Text Example
Text Example
White with #9C5934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9C5934; }
p { color: rgb(156,89,52); }
H1.HeaderClassName
{
color: #9C5934;
}
.AnyTagClassName
{
color: #9C5934;
}
</style>
background-color css
<style>
a { background-color: #9C5934; }
a { background-color: rgb(156,89,52); }
div.DivClassName
{
background-color: #9C5934;
}
.BgClassName
{
background-color: #9C5934;
}
</style>
border-color css
<style>
span { border-color: #9C5934; }
span { border-color: rgb(156,89,52); }
td.TdClassName
{
border-color: #9C5934;
}
.TagClassName
{
border-color: #9C5934;
}
</style>