#965b32

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

Shades of Indochine #965B32

Tints of Indochine #965B32

Color information

#965B32 (or 0x965B32) is unknown color: approx Indochine. HEX triplet: 96, 5B and 32. RGB value is (150,91,50). Sum of RGB (Red+Green+Blue) = 150+91+50=291 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.55% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 50 (19.92% from 255 or 17.18% from 291); Max value from RGB is 150 - color contains mainly: red. Hex color #965B32 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965B32 is #69A4CD. Grayscale: #686868. Windows color (decimal): -6923470 or 3300246. OLE color: 3300246.

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

Color convert

RGB1509150-
CMYK00.390.670.41
HSL24.6º50%39.22%-
HSV(B)24.6º66.67%58.82%-
XYZ16.8914.24.87-
YUV103.9797.55160.83-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.55%
GREEN value IS 91 (35.94% from 255) = 31.27%
BLUE value IS 50 (19.92% from 255) = 17.18%
R=51.55%
G=31.27%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150915000.390.670.4124.65039.22
Hex965B320274329193227
Octal2261336204710351316247
Binary1001011010110111100100100111100001110100111001110010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965b32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,91,50); }

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

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

 a { background-color: rgb(150,91,50); }

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

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

 span { border-color: rgb(150,91,50); }

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