#965A35

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

Shades of Indochine #965A35

Tints of Indochine #965A35

Color information

#965A35 (or 0x965A35) is unknown color: approx Indochine. HEX triplet: 96, 5A and 35. RGB value is (150,90,53). Sum of RGB (Red+Green+Blue) = 150+90+53=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 90 (35.55% from 255 or 30.72% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #965A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965A35 is #69A5CA. Grayscale: #676767. Windows color (decimal): -6923723 or 3496598. OLE color: 3496598.

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

Color convert

RGB1509053-
CMYK00.40.650.41
HSL22.89º47.78%39.8%-
HSV(B)22.89º64.67%58.82%-
XYZ16.8814.055.19-
YUV103.7299.38161.01-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 90 (35.55% from 255) = 30.72%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=51.19%
G=30.72%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150905300.40.650.4122.8947.7839.8
Hex965A350284129173028
Octal2261326505010151276050
Binary1001011010110101101010101000100000110100110111110000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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