#965936

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

Shades of Indochine #965936

Tints of Indochine #965936

Color information

#965936 (or 0x965936) is unknown color: approx Indochine. HEX triplet: 96, 59 and 36. RGB value is (150,89,54). Sum of RGB (Red+Green+Blue) = 150+89+54=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 89 (35.16% from 255 or 30.38% from 293); Blue value is 54 (21.48% from 255 or 18.43% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #965936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965936 is #69A6C9. Grayscale: #676767. Windows color (decimal): -6923978 or 3561878. OLE color: 3561878.

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

Color convert

RGB1508954-
CMYK00.410.640.41
HSL21.88º47.06%40%-
HSV(B)21.88º64%58.82%-
XYZ16.8213.95.29-
YUV103.25100.21161.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 89 (35.16% from 255) = 30.38%
BLUE value IS 54 (21.48% from 255) = 18.43%
R=51.19%
G=30.38%
B=18.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150895400.410.640.4121.8847.0640
Hex9659360294029162f28
Octal2261316605110051265750
Binary1001011010110011101100101001100000010100110110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965936; }

 p { color: rgb(150,89,54); }

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

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

 a { background-color: rgb(150,89,54); }

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

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

 span { border-color: rgb(150,89,54); }

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