#965E3B

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

Shades of Indochine #965E3B

Tints of Indochine #965E3B

Color information

#965E3B (or 0x965E3B) is unknown color: approx Indochine. HEX triplet: 96, 5E and 3B. RGB value is (150,94,59). Sum of RGB (Red+Green+Blue) = 150+94+59=303 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.50% from 303); Green value is 94 (37.11% from 255 or 31.02% from 303); Blue value is 59 (23.44% from 255 or 19.47% from 303); Max value from RGB is 150 - color contains mainly: red. Hex color #965E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E3B is #69A1C4. Grayscale: #6A6A6A. Windows color (decimal): -6922693 or 3890838. OLE color: 3890838.

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

Color convert

RGB1509459-
CMYK00.370.610.41
HSL23.08º43.54%40.98%-
HSV(B)23.08º60.67%58.82%-
XYZ17.3714.816.08-
YUV106.75101.05158.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.50%
GREEN value IS 94 (37.11% from 255) = 31.02%
BLUE value IS 59 (23.44% from 255) = 19.47%
R=49.50%
G=31.02%
B=19.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150945900.370.610.4123.0843.5440.98
Hex965E3B0253D29172c29
Octal226136730457551275451
Binary100101101011110111011010010111110110100110111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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