#96583F

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

Shades of Sepia #96583F

Tints of Sepia #96583F

Color information

#96583F (or 0x96583F) is unknown color: approx Sepia. HEX triplet: 96, 58 and 3F. RGB value is (150,88,63). Sum of RGB (Red+Green+Blue) = 150+88+63=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 63 (25% from 255 or 20.93% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #96583F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96583F is #69A7C0. Grayscale: #676767. Windows color (decimal): -6924225 or 4151446. OLE color: 4151446.

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

Color convert

RGB1508863-
CMYK00.410.580.41
HSL17.24º40.85%41.76%-
HSV(B)17.24º58%58.82%-
XYZ16.9613.826.48-
YUV103.69105.04161.03-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 49.83%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 63 (25% from 255) = 20.93%
R=49.83%
G=29.24%
B=20.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150886300.410.580.4117.2440.8541.76
Hex96583F0293A2911292a
Octal226130770517251215152
Binary100101101011000111111010100111101010100110001101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96583F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96583F; }

 p { color: rgb(150,88,63); }

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

<style>
 a { background-color: #96583F; }

 a { background-color: rgb(150,88,63); }

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

<style>
 span { border-color: #96583F; }

 span { border-color: rgb(150,88,63); }

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