#965E3A

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

Shades of Indochine #965E3A

Tints of Indochine #965E3A

Color information

#965E3A (or 0x965E3A) is unknown color: approx Indochine. HEX triplet: 96, 5E and 3A. RGB value is (150,94,58). Sum of RGB (Red+Green+Blue) = 150+94+58=302 (40% of max value = 765). Red value is 150 (58.98% from 255 or 49.67% from 302); Green value is 94 (37.11% from 255 or 31.13% from 302); Blue value is 58 (23.05% from 255 or 19.21% from 302); Max value from RGB is 150 - color contains mainly: red. Hex color #965E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E3A is #69A1C5. Grayscale: #6A6A6A. Windows color (decimal): -6922694 or 3825302. OLE color: 3825302.

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

Color convert

RGB1509458-
CMYK00.370.610.41
HSL23.48º44.23%40.78%-
HSV(B)23.48º61.33%58.82%-
XYZ17.3414.795.94-
YUV106.64100.55158.93-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.67%
GREEN value IS 94 (37.11% from 255) = 31.13%
BLUE value IS 58 (23.05% from 255) = 19.21%
R=49.67%
G=31.13%
B=19.21%

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
Decimal150945800.370.610.4123.4844.2340.78
Hex965E3A0253D29172c29
Octal226136720457551275451
Binary100101101011110111010010010111110110100110111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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