#965640

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

Shades of Sepia #965640

Tints of Sepia #965640

Color information

#965640 (or 0x965640) is unknown color: approx Sepia. HEX triplet: 96, 56 and 40. RGB value is (150,86,64). Sum of RGB (Red+Green+Blue) = 150+86+64=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #965640 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965640 is #69A9BF. Grayscale: #666666. Windows color (decimal): -6924736 or 4216470. OLE color: 4216470.

HSL color Cylindrical-coordinate representation of color #965640: hue angle of 15.35º 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 #965640 is Cyan = 0, Magento = 0.43, Yellow = 0.57 and Black (K on CMYK) = 0.41.

Color convert

RGB1508664-
CMYK00.430.570.41
HSL15.35º40.19%41.96%-
HSV(B)15.35º57.33%58.82%-
XYZ16.8313.516.57-
YUV102.63106.2161.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50%
GREEN value IS 86 (33.98% from 255) = 28.67%
BLUE value IS 64 (25.39% from 255) = 21.33%
R=50%
G=28.67%
B=21.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150866400.430.570.4115.3540.1941.96
Hex96564002B3929f282a
Octal2261261000537151175052
Binary100101101010110100000001010111110011010011111101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965640; }

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

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

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

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

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

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

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

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