#966039

Color #966039 Indochine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indochine #966039

Tints of Indochine #966039

Color information

#966039 (or 0x966039) is unknown color: approx Indochine. HEX triplet: 96, 60 and 39. RGB value is (150,96,57). Sum of RGB (Red+Green+Blue) = 150+96+57=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 96 (37.89% from 255 or 31.68% from 303); Blue value is 57 (22.66% from 255 or 18.81% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #966039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #966039 is #699FC6. Grayscale: #6B6B6B. Windows color (decimal): -6922183 or 3760278. OLE color: 3760278.

HSL color Cylindrical-coordinate representation of color #966039: hue angle of 25.16º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #966039 is Cyan = 0, Magento = 0.36, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB1509657-
CMYK00.360.620.41
HSL25.16º44.93%40.59%-
HSV(B)25.16º62%58.82%-
XYZ17.515.155.87-
YUV107.799.39158.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 150 (58.98% from 255) = 49.50%
GREEN value IS 96 (37.89% from 255) = 31.68%
BLUE value IS 57 (22.66% from 255) = 18.81%
R=49.50%
G=31.68%
B=18.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150965700.360.620.4125.1644.9340.59
Hex9660390243E29192d29
Octal226140710447651315551
Binary100101101100000111001010010011111010100111001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #966039

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #966039; }

 p { color: rgb(150,96,57); }

 H1.HeaderClassName
 {
   color: #966039;
 }
 .AnyTagClassName
 {
   color: #966039;
 }
</style>
background-color css

<style>
 a { background-color: #966039; }

 a { background-color: rgb(150,96,57); }

 div.DivClassName
 {
   background-color: #966039;
 }
 .BgClassName
 {
   background-color: #966039;
 }
</style>
border-color css

<style>
 span { border-color: #966039; }

 span { border-color: rgb(150,96,57); }

 td.TdClassName
 {
   border-color: #966039;
 }
 .TagClassName
 {
   border-color: #966039;
 }
</style>