Shades of Indochine #965D3A
Tints of Indochine #965D3A
RGB
CMYK
RGB Variations
Color information
#965D3A (or 0x965D3A) is known color: Indochine. HEX triplet: 96, 5D and 3A. RGB value is (150,93,58). Sum of RGB (Red+Green+Blue) = 150+93+58=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #965D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965D3A is #69A2C5. Grayscale: #6A6A6A. Windows color (decimal): -6922950 or 3825046. OLE color: 3825046.
HSL color Cylindrical-coordinate representation of color #965D3A: hue angle of 22.83º 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 #965D3A is Cyan = 0, Magento = 0.38, Yellow = 0.61 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 93 | 58 | - |
| CMYK | 0 | 0.38 | 0.61 | 0.41 |
| HSL | 22.83º | 0.44% | 0.41% | - |
| HSV(B) | 22.83º | 0.61% | 0.59% | - |
| XYZ | 17.26 | 14.62 | 5.92 | - |
| YUV | 106.05 | 100.88 | 159.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 93 | 58 | 0 | 0.38 | 0.61 | 0.41 | 22.83 | 0.44 | 0.41 |
| Hex | 96 | 5D | 3A | 0 | 26 | 3D | 29 | 17 | 2C | 29 |
| Octal | 226 | 135 | 72 | 0 | 46 | 75 | 51 | 27 | 54 | 51 |
| Binary | 10010110 | 1011101 | 111010 | 0 | 100110 | 111101 | 101001 | 10111 | 101100 | 101001 |
Color Harmonies of #965D3A
Complementary color
Monochromatic Colors of #965D3A
Black with #965D3A
Text Example
Text Example
White with #965D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965D3A; }
p { color: rgb(150,93,58); }
H1.HeaderClassName
{
color: #965D3A;
}
.AnyTagClassName
{
color: #965D3A;
}
</style>
background-color css
<style>
a { background-color: #965D3A; }
a { background-color: rgb(150,93,58); }
div.DivClassName
{
background-color: #965D3A;
}
.BgClassName
{
background-color: #965D3A;
}
</style>
border-color css
<style>
span { border-color: #965D3A; }
span { border-color: rgb(150,93,58); }
td.TdClassName
{
border-color: #965D3A;
}
.TagClassName
{
border-color: #965D3A;
}
</style>