#965D34

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

Shades of Indochine #965D34

Tints of Indochine #965D34

Color information

#965D34 (or 0x965D34) is unknown color: approx Indochine. HEX triplet: 96, 5D and 34. RGB value is (150,93,52). Sum of RGB (Red+Green+Blue) = 150+93+52=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 93 (36.72% from 255 or 31.53% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #965D34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965D34 is #69A2CB. Grayscale: #696969. Windows color (decimal): -6922956 or 3431830. OLE color: 3431830.

HSL color Cylindrical-coordinate representation of color #965D34: hue angle of 25.1º degrees, saturation: 0.49, 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 #965D34 is Cyan = 0, Magento = 0.38, Yellow = 0.65 and Black (K on CMYK) = 0.41.

Color convert

RGB1509352-
CMYK00.380.650.41
HSL25.1º48.51%39.61%-
HSV(B)25.1º65.33%58.82%-
XYZ17.1114.565.16-
YUV105.3797.88159.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.85%
GREEN value IS 93 (36.72% from 255) = 31.53%
BLUE value IS 52 (20.70% from 255) = 17.63%
R=50.85%
G=31.53%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150935200.380.650.4125.148.5139.61
Hex965D340264129193128
Octal2261356404610151316150
Binary1001011010111011101000100110100000110100111001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965D34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,93,52); }

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

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

 a { background-color: rgb(150,93,52); }

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

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

 span { border-color: rgb(150,93,52); }

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