#96593E

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

Shades of Sepia #96593E

Tints of Sepia #96593E

Color information

#96593E (or 0x96593E) is unknown color: approx Sepia. HEX triplet: 96, 59 and 3E. RGB value is (150,89,62). Sum of RGB (Red+Green+Blue) = 150+89+62=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 89 (35.16% from 255 or 29.57% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #96593E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96593E is #69A6C1. Grayscale: #686868. Windows color (decimal): -6923970 or 4086166. OLE color: 4086166.

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

Color convert

RGB1508962-
CMYK00.410.590.41
HSL18.41º41.51%41.57%-
HSV(B)18.41º58.67%58.82%-
XYZ17.0213.986.36-
YUV104.16104.21160.7-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.83%
GREEN value IS 89 (35.16% from 255) = 29.57%
BLUE value IS 62 (24.61% from 255) = 20.60%
R=49.83%
G=29.57%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150896200.410.590.4118.4141.5141.57
Hex96593E0293B29122a2a
Octal226131760517351225252
Binary100101101011001111110010100111101110100110010101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96593E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96593E; }

 p { color: rgb(150,89,62); }

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

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

 a { background-color: rgb(150,89,62); }

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

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

 span { border-color: rgb(150,89,62); }

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