#965E34

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

Shades of Indochine #965E34

Tints of Indochine #965E34

Color information

#965E34 (or 0x965E34) is unknown color: approx Indochine. HEX triplet: 96, 5E and 34. RGB value is (150,94,52). Sum of RGB (Red+Green+Blue) = 150+94+52=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 94 (37.11% from 255 or 31.76% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #965E34 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E34 is #69A1CB. Grayscale: #6A6A6A. Windows color (decimal): -6922700 or 3432086. OLE color: 3432086.

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

Color convert

RGB1509452-
CMYK00.370.650.41
HSL25.71º48.51%39.61%-
HSV(B)25.71º65.33%58.82%-
XYZ17.214.745.19-
YUV105.9697.55159.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.68%
GREEN value IS 94 (37.11% from 255) = 31.76%
BLUE value IS 52 (20.70% from 255) = 17.57%
R=50.68%
G=31.76%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.65
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150945200.370.650.4125.7148.5139.61
Hex965E3402541291a3128
Octal2261366404510151326150
Binary1001011010111101101000100101100000110100111010110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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