#965E40

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

Shades of Sepia #965E40

Tints of Sepia #965E40

Color information

#965E40 (or 0x965E40) is unknown color: approx Sepia. HEX triplet: 96, 5E and 40. RGB value is (150,94,64). Sum of RGB (Red+Green+Blue) = 150+94+64=308 (40% of max value = 765). Red value is 150 (58.98% from 255 or 48.70% from 308); Green value is 94 (37.11% from 255 or 30.52% from 308); Blue value is 64 (25.39% from 255 or 20.78% from 308); Max value from RGB is 150 - color contains mainly: red. Hex color #965E40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965E40 is #69A1BF. Grayscale: #6B6B6B. Windows color (decimal): -6922688 or 4218518. OLE color: 4218518.

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

Color convert

RGB1509464-
CMYK00.370.570.41
HSL20.93º40.19%41.96%-
HSV(B)20.93º57.33%58.82%-
XYZ17.5114.866.8-
YUV107.32103.55158.44-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 48.70%
GREEN value IS 94 (37.11% from 255) = 30.52%
BLUE value IS 64 (25.39% from 255) = 20.78%
R=48.70%
G=30.52%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150946400.370.570.4120.9340.1941.96
Hex965E40025392915282a
Octal2261361000457151255052
Binary1001011010111101000000010010111100110100110101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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