Shades of Indochine #965A30
Tints of Indochine #965A30
RGB
CMYK
RGB Variations
Color information
#965A30 (or 0x965A30) is known color: Indochine. HEX triplet: 96, 5A and 30. RGB value is (150,90,48). Sum of RGB (Red+Green+Blue) = 150+90+48=288 (38% of max value = 765). Red value is 150 (58.98% from 255 or 52.08% from 288); Green value is 90 (35.55% from 255 or 31.25% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 150 - color contains mainly: red. Hex color #965A30 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A30 is #69A5CF. Grayscale: #676767. Windows color (decimal): -6923728 or 3168918. OLE color: 3168918.
HSL color Cylindrical-coordinate representation of color #965A30: hue angle of 24.71º 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 #965A30 is Cyan = 0, Magento = 0.4, Yellow = 0.68 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 90 | 48 | - |
| CMYK | 0 | 0.4 | 0.68 | 0.41 |
| HSL | 24.71º | 0.52% | 0.39% | - |
| HSV(B) | 24.71º | 0.68% | 0.59% | - |
| XYZ | 16.77 | 14.01 | 4.62 | - |
| YUV | 103.15 | 96.88 | 161.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 48 | 0 | 0.4 | 0.68 | 0.41 | 24.71 | 0.52 | 0.39 |
| Hex | 96 | 5A | 30 | 0 | 28 | 44 | 29 | 19 | 34 | 27 |
| Octal | 226 | 132 | 60 | 0 | 50 | 104 | 51 | 31 | 64 | 47 |
| Binary | 10010110 | 1011010 | 110000 | 0 | 101000 | 1000100 | 101001 | 11001 | 110100 | 100111 |
Color Harmonies of #965A30
Complementary color
Monochromatic Colors of #965A30
Black with #965A30
Text Example
Text Example
White with #965A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965A30; }
p { color: rgb(150,90,48); }
H1.HeaderClassName
{
color: #965A30;
}
.AnyTagClassName
{
color: #965A30;
}
</style>
background-color css
<style>
a { background-color: #965A30; }
a { background-color: rgb(150,90,48); }
div.DivClassName
{
background-color: #965A30;
}
.BgClassName
{
background-color: #965A30;
}
</style>
border-color css
<style>
span { border-color: #965A30; }
span { border-color: rgb(150,90,48); }
td.TdClassName
{
border-color: #965A30;
}
.TagClassName
{
border-color: #965A30;
}
</style>