#965D3A

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

Shades of Indochine #965D3A

Tints of Indochine #965D3A

Color information

#965D3A (or 0x965D3A) is unknown color: approx Indochine. HEX triplet: 96, 5D and 3A. RGB value is (150,93,58). Sum of RGB (Red+Green+Blue) = 150+93+58=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 93 (36.72% from 255 or 30.90% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #965D3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965D3A is #69A2C5. Grayscale: #6A6A6A. Windows color (decimal): -6922950 or 3825046. OLE color: 3825046.

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

Color convert

RGB1509358-
CMYK00.380.610.41
HSL22.83º44.23%40.78%-
HSV(B)22.83º61.33%58.82%-
XYZ17.2614.625.92-
YUV106.05100.88159.35-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.83%
GREEN value IS 93 (36.72% from 255) = 30.90%
BLUE value IS 58 (23.05% from 255) = 19.27%
R=49.83%
G=30.90%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.61
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150935800.380.610.4122.8344.2340.78
Hex965D3A0263D29172c29
Octal226135720467551275451
Binary100101101011101111010010011011110110100110111101100101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965D3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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