#96533D

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

Shades of Sepia #96533D

Tints of Sepia #96533D

Color information

#96533D (or 0x96533D) is unknown color: approx Sepia. HEX triplet: 96, 53 and 3D. RGB value is (150,83,61). Sum of RGB (Red+Green+Blue) = 150+83+61=294 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.02% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 150 - color contains mainly: red. Hex color #96533D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96533D is #69ACC2. Grayscale: #646464. Windows color (decimal): -6925507 or 4019094. OLE color: 4019094.

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

Color convert

RGB1508361-
CMYK00.450.590.41
HSL14.83º42.18%41.37%-
HSV(B)14.83º59.33%58.82%-
XYZ16.5113.016.06-
YUV100.52105.7163.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.02%
GREEN value IS 83 (32.81% from 255) = 28.23%
BLUE value IS 61 (24.22% from 255) = 20.75%
R=51.02%
G=28.23%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150836100.450.590.4114.8342.1841.37
Hex96533D02D3B29f2a29
Octal226123750557351175251
Binary10010110101001111110101011011110111010011111101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96533D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96533D; }

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

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

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

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

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

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

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

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