#965738

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

Shades of Indochine #965738

Tints of Indochine #965738

Color information

#965738 (or 0x965738) is unknown color: approx Indochine. HEX triplet: 96, 57 and 38. RGB value is (150,87,56). Sum of RGB (Red+Green+Blue) = 150+87+56=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 87 (34.38% from 255 or 29.69% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #965738 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965738 is #69A8C7. Grayscale: #666666. Windows color (decimal): -6924488 or 3692438. OLE color: 3692438.

HSL color Cylindrical-coordinate representation of color #965738: hue angle of 19.79º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #965738 is Cyan = 0, Magento = 0.42, Yellow = 0.63 and Black (K on CMYK) = 0.41.

Color convert

RGB1508756-
CMYK00.420.630.41
HSL19.79º45.63%40.39%-
HSV(B)19.79º62.67%58.82%-
XYZ16.713.595.48-
YUV102.3101.87162.02-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 87 (34.38% from 255) = 29.69%
BLUE value IS 56 (22.27% from 255) = 19.11%
R=51.19%
G=29.69%
B=19.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.63
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150875600.420.630.4119.7945.6340.39
Hex96573802A3F29142e28
Octal226127700527751245650
Binary100101101010111111000010101011111110100110100101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965738

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965738; }

 p { color: rgb(150,87,56); }

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

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

 a { background-color: rgb(150,87,56); }

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

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

 span { border-color: rgb(150,87,56); }

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