Shades of Indochine #9F5934
Tints of Indochine #9F5934
RGB
CMYK
RGB Variations
Color information
#9F5934 (or 0x9F5934) is known color: Indochine. HEX triplet: 9F, 59 and 34. RGB value is (159,89,52). Sum of RGB (Red+Green+Blue) = 159+89+52=300 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53% from 300); Green value is 89 (35.16% from 255 or 29.67% from 300); Blue value is 52 (20.70% from 255 or 17.33% from 300); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F5934 is #60A6CB. Grayscale: #696969. Windows color (decimal): -6334156 or 3430815. OLE color: 3430815.
HSL color Cylindrical-coordinate representation of color #9F5934: hue angle of 20.75º degrees, saturation: 0.51, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F5934 is Cyan = 0, Magento = 0.44, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 89 | 52 | - |
| CMYK | 0 | 0.44 | 0.67 | 0.38 |
| HSL | 20.75º | 0.51% | 0.41% | - |
| HSV(B) | 20.75º | 0.67% | 0.62% | - |
| XYZ | 18.49 | 14.76 | 5.12 | - |
| YUV | 105.71 | 97.69 | 166.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 89 | 52 | 0 | 0.44 | 0.67 | 0.38 | 20.75 | 0.51 | 0.41 |
| Hex | 9F | 59 | 34 | 0 | 2C | 43 | 26 | 15 | 33 | 29 |
| Octal | 237 | 131 | 64 | 0 | 54 | 103 | 46 | 25 | 63 | 51 |
| Binary | 10011111 | 1011001 | 110100 | 0 | 101100 | 1000011 | 100110 | 10101 | 110011 | 101001 |
Color Harmonies of #9F5934
Complementary color
Monochromatic Colors of #9F5934
Black with #9F5934
Text Example
Text Example
White with #9F5934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F5934; }
p { color: rgb(159,89,52); }
H1.HeaderClassName
{
color: #9F5934;
}
.AnyTagClassName
{
color: #9F5934;
}
</style>
background-color css
<style>
a { background-color: #9F5934; }
a { background-color: rgb(159,89,52); }
div.DivClassName
{
background-color: #9F5934;
}
.BgClassName
{
background-color: #9F5934;
}
</style>
border-color css
<style>
span { border-color: #9F5934; }
span { border-color: rgb(159,89,52); }
td.TdClassName
{
border-color: #9F5934;
}
.TagClassName
{
border-color: #9F5934;
}
</style>