#965A36

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

Shades of Indochine #965A36

Tints of Indochine #965A36

Color information

#965A36 (or 0x965A36) is unknown color: approx Indochine. HEX triplet: 96, 5A and 36. RGB value is (150,90,54). Sum of RGB (Red+Green+Blue) = 150+90+54=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 90 (35.55% from 255 or 30.61% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #965A36 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A36 is #69A5C9. Grayscale: #686868. Windows color (decimal): -6923722 or 3562134. OLE color: 3562134.

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

Color convert

RGB1509054-
CMYK00.40.640.41
HSL22.5º47.06%40%-
HSV(B)22.5º64%58.82%-
XYZ16.914.065.31-
YUV103.8499.88160.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.02%
GREEN value IS 90 (35.55% from 255) = 30.61%
BLUE value IS 54 (21.48% from 255) = 18.37%
R=51.02%
G=30.61%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.64
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150905400.40.640.4122.547.0640
Hex965A360284029162f28
Octal2261326605010051265750
Binary1001011010110101101100101000100000010100110110101111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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