Shades of Indochine #96603B
Tints of Indochine #96603B
RGB
CMYK
RGB Variations
Color information
#96603B (or 0x96603B) is known color: Indochine. HEX triplet: 96, 60 and 3B. RGB value is (150,96,59). Sum of RGB (Red+Green+Blue) = 150+96+59=305 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.18% from 305); Green value is 96 (37.89% from 255 or 31.48% from 305); Blue value is 59 (23.44% from 255 or 19.34% from 305); Max value from RGB is 150 - color contains mainly: red. Hex color #96603B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96603B is #699FC4. Grayscale: #6C6C6C. Windows color (decimal): -6922181 or 3891350. OLE color: 3891350.
HSL color Cylindrical-coordinate representation of color #96603B: hue angle of 24.4º degrees, saturation: 0.44, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #96603B is Cyan = 0, Magento = 0.36, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 96 | 59 | - |
| CMYK | 0 | 0.36 | 0.61 | 0.41 |
| HSL | 24.4º | 0.44% | 0.41% | - |
| HSV(B) | 24.4º | 0.61% | 0.59% | - |
| XYZ | 17.55 | 15.17 | 6.14 | - |
| YUV | 107.93 | 100.39 | 158.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 59 | 0 | 0.36 | 0.61 | 0.41 | 24.4 | 0.44 | 0.41 |
| Hex | 96 | 60 | 3B | 0 | 24 | 3D | 29 | 18 | 2C | 29 |
| Octal | 226 | 140 | 73 | 0 | 44 | 75 | 51 | 30 | 54 | 51 |
| Binary | 10010110 | 1100000 | 111011 | 0 | 100100 | 111101 | 101001 | 11000 | 101100 | 101001 |
Color Harmonies of #96603B
Complementary color
Monochromatic Colors of #96603B
Black with #96603B
Text Example
Text Example
White with #96603B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96603B; }
p { color: rgb(150,96,59); }
H1.HeaderClassName
{
color: #96603B;
}
.AnyTagClassName
{
color: #96603B;
}
</style>
background-color css
<style>
a { background-color: #96603B; }
a { background-color: rgb(150,96,59); }
div.DivClassName
{
background-color: #96603B;
}
.BgClassName
{
background-color: #96603B;
}
</style>
border-color css
<style>
span { border-color: #96603B; }
span { border-color: rgb(150,96,59); }
td.TdClassName
{
border-color: #96603B;
}
.TagClassName
{
border-color: #96603B;
}
</style>