Shades of Indochine #965C32
Tints of Indochine #965C32
RGB
CMYK
RGB Variations
Color information
#965C32 (or 0x965C32) is known color: Indochine. HEX triplet: 96, 5C and 32. RGB value is (150,92,50). Sum of RGB (Red+Green+Blue) = 150+92+50=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 50 (19.92% from 255 or 17.12% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #965C32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965C32 is #69A3CD. Grayscale: #686868. Windows color (decimal): -6923214 or 3300502. OLE color: 3300502.
HSL color Cylindrical-coordinate representation of color #965C32: hue angle of 25.2º 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 #965C32 is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 92 | 50 | - |
| CMYK | 0 | 0.39 | 0.67 | 0.41 |
| HSL | 25.2º | 0.5% | 0.39% | - |
| HSV(B) | 25.2º | 0.67% | 0.59% | - |
| XYZ | 16.98 | 14.37 | 4.9 | - |
| YUV | 104.55 | 97.22 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 92 | 50 | 0 | 0.39 | 0.67 | 0.41 | 25.2 | 0.5 | 0.39 |
| Hex | 96 | 5C | 32 | 0 | 27 | 43 | 29 | 19 | 32 | 27 |
| Octal | 226 | 134 | 62 | 0 | 47 | 103 | 51 | 31 | 62 | 47 |
| Binary | 10010110 | 1011100 | 110010 | 0 | 100111 | 1000011 | 101001 | 11001 | 110010 | 100111 |
Color Harmonies of #965C32
Complementary color
Monochromatic Colors of #965C32
Black with #965C32
Text Example
Text Example
White with #965C32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965C32; }
p { color: rgb(150,92,50); }
H1.HeaderClassName
{
color: #965C32;
}
.AnyTagClassName
{
color: #965C32;
}
</style>
background-color css
<style>
a { background-color: #965C32; }
a { background-color: rgb(150,92,50); }
div.DivClassName
{
background-color: #965C32;
}
.BgClassName
{
background-color: #965C32;
}
</style>
border-color css
<style>
span { border-color: #965C32; }
span { border-color: rgb(150,92,50); }
td.TdClassName
{
border-color: #965C32;
}
.TagClassName
{
border-color: #965C32;
}
</style>