Shades of Indochine #9B5D39
Tints of Indochine #9B5D39
RGB
CMYK
RGB Variations
Color information
#9B5D39 (or 0x9B5D39) is known color: Indochine. HEX triplet: 9B, 5D and 39. RGB value is (155,93,57). Sum of RGB (Red+Green+Blue) = 155+93+57=305 (40% of max value = 765). Red value is 155 (60.94% from 255 or 50.82% from 305); Green value is 93 (36.72% from 255 or 30.49% from 305); Blue value is 57 (22.66% from 255 or 18.69% from 305); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5D39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5D39 is #64A2C6. Grayscale: #6B6B6B. Windows color (decimal): -6595271 or 3759515. OLE color: 3759515.
HSL color Cylindrical-coordinate representation of color #9B5D39: hue angle of 22.04º degrees, saturation: 0.46, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9B5D39 is Cyan = 0, Magento = 0.4, Yellow = 0.63 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 93 | 57 | - |
| CMYK | 0 | 0.4 | 0.63 | 0.39 |
| HSL | 22.04º | 0.46% | 0.42% | - |
| HSV(B) | 22.04º | 0.63% | 0.61% | - |
| XYZ | 18.17 | 15.09 | 5.83 | - |
| YUV | 107.43 | 99.54 | 161.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 93 | 57 | 0 | 0.4 | 0.63 | 0.39 | 22.04 | 0.46 | 0.42 |
| Hex | 9B | 5D | 39 | 0 | 28 | 3F | 27 | 16 | 2E | 2A |
| Octal | 233 | 135 | 71 | 0 | 50 | 77 | 47 | 26 | 56 | 52 |
| Binary | 10011011 | 1011101 | 111001 | 0 | 101000 | 111111 | 100111 | 10110 | 101110 | 101010 |
Color Harmonies of #9B5D39
Complementary color
Monochromatic Colors of #9B5D39
Black with #9B5D39
Text Example
Text Example
White with #9B5D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B5D39; }
p { color: rgb(155,93,57); }
H1.HeaderClassName
{
color: #9B5D39;
}
.AnyTagClassName
{
color: #9B5D39;
}
</style>
background-color css
<style>
a { background-color: #9B5D39; }
a { background-color: rgb(155,93,57); }
div.DivClassName
{
background-color: #9B5D39;
}
.BgClassName
{
background-color: #9B5D39;
}
</style>
border-color css
<style>
span { border-color: #9B5D39; }
span { border-color: rgb(155,93,57); }
td.TdClassName
{
border-color: #9B5D39;
}
.TagClassName
{
border-color: #9B5D39;
}
</style>