#96533C

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

Shades of Sepia #96533C

Tints of Sepia #96533C

Color information

#96533C (or 0x96533C) is unknown color: approx Sepia. HEX triplet: 96, 53 and 3C. RGB value is (150,83,60). Sum of RGB (Red+Green+Blue) = 150+83+60=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 60 (23.83% from 255 or 20.48% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96533C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96533C is #69ACC3. Grayscale: #646464. Windows color (decimal): -6925508 or 3953558. OLE color: 3953558.

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

Color convert

RGB1508360-
CMYK00.450.60.41
HSL15.33º42.86%41.18%-
HSV(B)15.33º60%58.82%-
XYZ16.49135.91-
YUV100.41105.2163.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 83 (32.81% from 255) = 28.33%
BLUE value IS 60 (23.83% from 255) = 20.48%
R=51.19%
G=28.33%
B=20.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.6
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150836000.450.60.4115.3342.8641.18
Hex96533C02D3C29f2b29
Octal226123740557451175351
Binary10010110101001111110001011011111001010011111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96533C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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