#965340

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

Shades of Sepia #965340

Tints of Sepia #965340

Color information

#965340 (or 0x965340) is unknown color: approx Sepia. HEX triplet: 96, 53 and 40. RGB value is (150,83,64). Sum of RGB (Red+Green+Blue) = 150+83+64=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 83 (32.81% from 255 or 27.95% from 297); Blue value is 64 (25.39% from 255 or 21.55% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #965340 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965340 is #69ACBF. Grayscale: #656565. Windows color (decimal): -6925504 or 4215702. OLE color: 4215702.

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

Color convert

RGB1508364-
CMYK00.450.570.41
HSL13.26º40.19%41.96%-
HSV(B)13.26º57.33%58.82%-
XYZ16.613.046.49-
YUV100.87107.2163.04-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 83 (32.81% from 255) = 27.95%
BLUE value IS 64 (25.39% from 255) = 21.55%
R=50.51%
G=27.95%
B=21.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150836400.450.570.4113.2640.1941.96
Hex96534002D3929d282a
Octal2261231000557151155052
Binary100101101010011100000001011011110011010011101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965340

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965340; }

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

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

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

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

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

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

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

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