#965F39

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

Shades of Indochine #965F39

Tints of Indochine #965F39

Color information

#965F39 (or 0x965F39) is unknown color: approx Indochine. HEX triplet: 96, 5F and 39. RGB value is (150,95,57). Sum of RGB (Red+Green+Blue) = 150+95+57=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 95 (37.5% from 255 or 31.46% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #965F39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965F39 is #69A0C6. Grayscale: #6B6B6B. Windows color (decimal): -6922439 or 3760022. OLE color: 3760022.

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

Color convert

RGB1509557-
CMYK00.370.620.41
HSL24.52º44.93%40.59%-
HSV(B)24.52º62%58.82%-
XYZ17.4114.965.84-
YUV107.1199.72158.59-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.67%
GREEN value IS 95 (37.5% from 255) = 31.46%
BLUE value IS 57 (22.66% from 255) = 18.87%
R=49.67%
G=31.46%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.62
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150955700.370.620.4124.5244.9340.59
Hex965F390253E29192d29
Octal226137710457651315551
Binary100101101011111111001010010111111010100111001101101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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