Shades of Indochine #965E32
Tints of Indochine #965E32
RGB
CMYK
RGB Variations
Color information
#965E32 (or 0x965E32) is known color: Indochine. HEX triplet: 96, 5E and 32. RGB value is (150,94,50). Sum of RGB (Red+Green+Blue) = 150+94+50=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 94 (37.11% from 255 or 31.97% from 294); Blue value is 50 (19.92% from 255 or 17.01% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #965E32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E32 is #69A1CD. Grayscale: #696969. Windows color (decimal): -6922702 or 3301014. OLE color: 3301014.
HSL color Cylindrical-coordinate representation of color #965E32: hue angle of 26.4º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #965E32 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 94 | 50 | - |
| CMYK | 0 | 0.37 | 0.67 | 0.41 |
| HSL | 26.4º | 0.5% | 0.39% | - |
| HSV(B) | 26.4º | 0.67% | 0.59% | - |
| XYZ | 17.16 | 14.72 | 4.95 | - |
| YUV | 105.73 | 96.55 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 50 | 0 | 0.37 | 0.67 | 0.41 | 26.4 | 0.5 | 0.39 |
| Hex | 96 | 5E | 32 | 0 | 25 | 43 | 29 | 1A | 32 | 27 |
| Octal | 226 | 136 | 62 | 0 | 45 | 103 | 51 | 32 | 62 | 47 |
| Binary | 10010110 | 1011110 | 110010 | 0 | 100101 | 1000011 | 101001 | 11010 | 110010 | 100111 |
Color Harmonies of #965E32
Complementary color
Monochromatic Colors of #965E32
Black with #965E32
Text Example
Text Example
White with #965E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965E32; }
p { color: rgb(150,94,50); }
H1.HeaderClassName
{
color: #965E32;
}
.AnyTagClassName
{
color: #965E32;
}
</style>
background-color css
<style>
a { background-color: #965E32; }
a { background-color: rgb(150,94,50); }
div.DivClassName
{
background-color: #965E32;
}
.BgClassName
{
background-color: #965E32;
}
</style>
border-color css
<style>
span { border-color: #965E32; }
span { border-color: rgb(150,94,50); }
td.TdClassName
{
border-color: #965E32;
}
.TagClassName
{
border-color: #965E32;
}
</style>