#96523D

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

Shades of Sepia #96523D

Tints of Sepia #96523D

Color information

#96523D (or 0x96523D) is unknown color: approx Sepia. HEX triplet: 96, 52 and 3D. RGB value is (150,82,61). Sum of RGB (Red+Green+Blue) = 150+82+61=293 (38% of max value = 765). Red value is 150 (58.98% from 255 or 51.19% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 61 (24.22% from 255 or 20.82% from 293); Max value from RGB is 150 - color contains mainly: red. Hex color #96523D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96523D is #69ADC2. Grayscale: #646464. Windows color (decimal): -6925763 or 4018838. OLE color: 4018838.

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

Color convert

RGB1508261-
CMYK00.450.590.41
HSL14.16º42.18%41.37%-
HSV(B)14.16º59.33%58.82%-
XYZ16.4412.866.03-
YUV99.94106.03163.71-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 51.19%
GREEN value IS 82 (32.42% from 255) = 27.99%
BLUE value IS 61 (24.22% from 255) = 20.82%
R=51.19%
G=27.99%
B=20.82%

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
Decimal150826100.450.590.4114.1642.1841.37
Hex96523D02D3B29e2a29
Octal226122750557351165251
Binary10010110101001011110101011011110111010011110101010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96523D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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