#965740

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

Shades of Sepia #965740

Tints of Sepia #965740

Color information

#965740 (or 0x965740) is unknown color: approx Sepia. HEX triplet: 96, 57 and 40. RGB value is (150,87,64). Sum of RGB (Red+Green+Blue) = 150+87+64=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 87 (34.38% from 255 or 28.90% from 301); Blue value is 64 (25.39% from 255 or 21.26% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #965740 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965740 is #69A8BF. Grayscale: #676767. Windows color (decimal): -6924480 or 4216726. OLE color: 4216726.

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

Color convert

RGB1508764-
CMYK00.420.570.41
HSL16.05º40.19%41.96%-
HSV(B)16.05º57.33%58.82%-
XYZ16.9113.676.6-
YUV103.22105.87161.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.83%
GREEN value IS 87 (34.38% from 255) = 28.90%
BLUE value IS 64 (25.39% from 255) = 21.26%
R=49.83%
G=28.90%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150876400.420.570.4116.0540.1941.96
Hex96574002A392910282a
Octal2261271000527151205052
Binary1001011010101111000000010101011100110100110000101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965740; }

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

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

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

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

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

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

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

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