Shades of Indochine #965E30
Tints of Indochine #965E30
RGB
CMYK
RGB Variations
Color information
#965E30 (or 0x965E30) is known color: Indochine. HEX triplet: 96, 5E and 30. RGB value is (150,94,48). Sum of RGB (Red+Green+Blue) = 150+94+48=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 48 (19.14% from 255 or 16.44% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #965E30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E30 is #69A1CF. Grayscale: #696969. Windows color (decimal): -6922704 or 3169942. OLE color: 3169942.
HSL color Cylindrical-coordinate representation of color #965E30: hue angle of 27.06º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #965E30 is Cyan = 0, Magento = 0.37, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 94 | 48 | - |
| CMYK | 0 | 0.37 | 0.68 | 0.41 |
| HSL | 27.06º | 0.52% | 0.39% | - |
| HSV(B) | 27.06º | 0.68% | 0.59% | - |
| XYZ | 17.11 | 14.7 | 4.73 | - |
| YUV | 105.5 | 95.55 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 94 | 48 | 0 | 0.37 | 0.68 | 0.41 | 27.06 | 0.52 | 0.39 |
| Hex | 96 | 5E | 30 | 0 | 25 | 44 | 29 | 1B | 34 | 27 |
| Octal | 226 | 136 | 60 | 0 | 45 | 104 | 51 | 33 | 64 | 47 |
| Binary | 10010110 | 1011110 | 110000 | 0 | 100101 | 1000100 | 101001 | 11011 | 110100 | 100111 |
Color Harmonies of #965E30
Complementary color
Monochromatic Colors of #965E30
Black with #965E30
Text Example
Text Example
White with #965E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965E30; }
p { color: rgb(150,94,48); }
H1.HeaderClassName
{
color: #965E30;
}
.AnyTagClassName
{
color: #965E30;
}
</style>
background-color css
<style>
a { background-color: #965E30; }
a { background-color: rgb(150,94,48); }
div.DivClassName
{
background-color: #965E30;
}
.BgClassName
{
background-color: #965E30;
}
</style>
border-color css
<style>
span { border-color: #965E30; }
span { border-color: rgb(150,94,48); }
td.TdClassName
{
border-color: #965E30;
}
.TagClassName
{
border-color: #965E30;
}
</style>