#965B39

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

Shades of Indochine #965B39

Tints of Indochine #965B39

Color information

#965B39 (or 0x965B39) is unknown color: approx Indochine. HEX triplet: 96, 5B and 39. RGB value is (150,91,57). Sum of RGB (Red+Green+Blue) = 150+91+57=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 57 (22.66% from 255 or 19.13% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #965B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965B39 is #69A4C6. Grayscale: #686868. Windows color (decimal): -6923463 or 3758998. OLE color: 3758998.

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

Color convert

RGB1509157-
CMYK00.390.620.41
HSL21.94º44.93%40.59%-
HSV(B)21.94º62%58.82%-
XYZ17.0614.265.72-
YUV104.76101.05160.26-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.34%
GREEN value IS 91 (35.94% from 255) = 30.54%
BLUE value IS 57 (22.66% from 255) = 19.13%
R=50.34%
G=30.54%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150915700.390.620.4121.9444.9340.59
Hex965B390273E29162d29
Octal226133710477651265551
Binary100101101011011111001010011111111010100110110101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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