Shades of Indochine #9F6035
Tints of Indochine #9F6035
RGB
CMYK
RGB Variations
Color information
#9F6035 (or 0x9F6035) is known color: Indochine. HEX triplet: 9F, 60 and 35. RGB value is (159,96,53). Sum of RGB (Red+Green+Blue) = 159+96+53=308 (40% of max value = 765). Red value is 159 (62.5% from 255 or 51.62% from 308); Green value is 96 (37.89% from 255 or 31.17% from 308); Blue value is 53 (21.09% from 255 or 17.21% from 308); Max value from RGB is 159 - color contains mainly: red. Hex color #9F6035 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9F6035 is #609FCA. Grayscale: #6E6E6E. Windows color (decimal): -6332363 or 3498143. OLE color: 3498143.
HSL color Cylindrical-coordinate representation of color #9F6035: hue angle of 24.34º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9F6035 is Cyan = 0, Magento = 0.40, Yellow = 0.67 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 159 | 96 | 53 | - |
| CMYK | 0 | 0.40 | 0.67 | 0.38 |
| HSL | 24.34º | 0.5% | 0.42% | - |
| HSV(B) | 24.34º | 0.67% | 0.62% | - |
| XYZ | 19.12 | 15.99 | 5.45 | - |
| YUV | 109.94 | 95.87 | 163 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 96 | 53 | 0 | 0.40 | 0.67 | 0.38 | 24.34 | 0.5 | 0.42 |
| Hex | 9F | 60 | 35 | 0 | 28 | 43 | 26 | 18 | 32 | 2A |
| Octal | 237 | 140 | 65 | 0 | 50 | 103 | 46 | 30 | 62 | 52 |
| Binary | 10011111 | 1100000 | 110101 | 0 | 101000 | 1000011 | 100110 | 11000 | 110010 | 101010 |
Color Harmonies of #9F6035
Complementary color
Monochromatic Colors of #9F6035
Black with #9F6035
Text Example
Text Example
White with #9F6035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9F6035; }
p { color: rgb(159,96,53); }
H1.HeaderClassName
{
color: #9F6035;
}
.AnyTagClassName
{
color: #9F6035;
}
</style>
background-color css
<style>
a { background-color: #9F6035; }
a { background-color: rgb(159,96,53); }
div.DivClassName
{
background-color: #9F6035;
}
.BgClassName
{
background-color: #9F6035;
}
</style>
border-color css
<style>
span { border-color: #9F6035; }
span { border-color: rgb(159,96,53); }
td.TdClassName
{
border-color: #9F6035;
}
.TagClassName
{
border-color: #9F6035;
}
</style>