#965441

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

Shades of Sepia #965441

Tints of Sepia #965441

Color information

#965441 (or 0x965441) is unknown color: approx Sepia. HEX triplet: 96, 54 and 41. RGB value is (150,84,65). Sum of RGB (Red+Green+Blue) = 150+84+65=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 65 (25.78% from 255 or 21.74% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #965441 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #965441 is #69ABBE. Grayscale: #656565. Windows color (decimal): -6925247 or 4281494. OLE color: 4281494.

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

Color convert

RGB1508465-
CMYK00.440.570.41
HSL13.41º39.53%42.16%-
HSV(B)13.41º56.67%58.82%-
XYZ16.713.216.67-
YUV101.57107.37162.54-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.17%
GREEN value IS 84 (33.20% from 255) = 28.09%
BLUE value IS 65 (25.78% from 255) = 21.74%
R=50.17%
G=28.09%
B=21.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.57
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150846500.440.570.4113.4139.5342.16
Hex96544102C3929d282a
Octal2261241010547151155052
Binary100101101010100100000101011001110011010011101101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #965441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #965441; }

 p { color: rgb(150,84,65); }

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

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

 a { background-color: rgb(150,84,65); }

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

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

 span { border-color: rgb(150,84,65); }

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