#96523C

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

Shades of Sepia #96523C

Tints of Sepia #96523C

Color information

#96523C (or 0x96523C) is unknown color: approx Sepia. HEX triplet: 96, 52 and 3C. RGB value is (150,82,60). Sum of RGB (Red+Green+Blue) = 150+82+60=292 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.37% from 292); Green value is 82 (32.42% from 255 or 28.08% from 292); Blue value is 60 (23.83% from 255 or 20.55% from 292); Max value from RGB is 150 - color contains mainly: red. Hex color #96523C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96523C is #69ADC3. Grayscale: #636363. Windows color (decimal): -6925764 or 3953302. OLE color: 3953302.

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

Color convert

RGB1508260-
CMYK00.450.60.41
HSL14.67º42.86%41.18%-
HSV(B)14.67º60%58.82%-
XYZ16.4112.845.89-
YUV99.82105.53163.79-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.37%
GREEN value IS 82 (32.42% from 255) = 28.08%
BLUE value IS 60 (23.83% from 255) = 20.55%
R=51.37%
G=28.08%
B=20.55%

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
Decimal150826000.450.60.4114.6742.8641.18
Hex96523C02D3C29f2b29
Octal226122740557451175351
Binary10010110101001011110001011011111001010011111101011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96523C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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