#965A39

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

Shades of Indochine #965A39

Tints of Indochine #965A39

Color information

#965A39 (or 0x965A39) is unknown color: approx Indochine. HEX triplet: 96, 5A and 39. RGB value is (150,90,57). Sum of RGB (Red+Green+Blue) = 150+90+57=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 90 (35.55% from 255 or 30.30% from 297); Blue value is 57 (22.66% from 255 or 19.19% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #965A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A39 is #69A5C6. Grayscale: #686868. Windows color (decimal): -6923719 or 3758742. OLE color: 3758742.

HSL color Cylindrical-coordinate representation of color #965A39: hue angle of 21.29º 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 #965A39 is Cyan = 0, Magento = 0.4, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB1509057-
CMYK00.40.620.41
HSL21.29º44.93%40.59%-
HSV(B)21.29º62%58.82%-
XYZ16.9714.095.7-
YUV104.18101.38160.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 90 (35.55% from 255) = 30.30%
BLUE value IS 57 (22.66% from 255) = 19.19%
R=50.51%
G=30.30%
B=19.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150905700.40.620.4121.2944.9340.59
Hex965A390283E29152d29
Octal226132710507651255551
Binary100101101011010111001010100011111010100110101101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965A39; }

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

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

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

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

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

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

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

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