#965D33

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

Shades of Indochine #965D33

Tints of Indochine #965D33

Color information

#965D33 (or 0x965D33) is unknown color: approx Indochine. HEX triplet: 96, 5D and 33. RGB value is (150,93,51). Sum of RGB (Red+Green+Blue) = 150+93+51=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 93 (36.72% from 255 or 31.63% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #965D33 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965D33 is #69A2CC. Grayscale: #696969. Windows color (decimal): -6922957 or 3366294. OLE color: 3366294.

HSL color Cylindrical-coordinate representation of color #965D33: hue angle of 25.45º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #965D33 is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.41.

Color convert

RGB1509351-
CMYK00.380.660.41
HSL25.45º49.25%39.41%-
HSV(B)25.45º66%58.82%-
XYZ17.0914.555.04-
YUV105.2697.38159.92-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.02%
GREEN value IS 93 (36.72% from 255) = 31.63%
BLUE value IS 51 (20.31% from 255) = 17.35%
R=51.02%
G=31.63%
B=17.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150935100.380.660.4125.4549.2539.41
Hex965D330264229193127
Octal2261356304610251316147
Binary1001011010111011100110100110100001010100111001110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965D33

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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