#96553F

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

Shades of Sepia #96553F

Tints of Sepia #96553F

Color information

#96553F (or 0x96553F) is unknown color: approx Sepia. HEX triplet: 96, 55 and 3F. RGB value is (150,85,63). Sum of RGB (Red+Green+Blue) = 150+85+63=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 85 (33.59% from 255 or 28.52% from 298); Blue value is 63 (25% from 255 or 21.14% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #96553F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96553F is #69AAC0. Grayscale: #666666. Windows color (decimal): -6924993 or 4150678. OLE color: 4150678.

HSL color Cylindrical-coordinate representation of color #96553F: hue angle of 15.17º 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 #96553F is Cyan = 0, Magento = 0.43, Yellow = 0.58 and Black (K on CMYK) = 0.41.

Color convert

RGB1508563-
CMYK00.430.580.41
HSL15.17º40.85%41.76%-
HSV(B)15.17º58%58.82%-
XYZ16.7213.346.4-
YUV101.93106.03162.29-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.34%
GREEN value IS 85 (33.59% from 255) = 28.52%
BLUE value IS 63 (25% from 255) = 21.14%
R=50.34%
G=28.52%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.58
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150856300.430.580.4115.1740.8541.76
Hex96553F02B3A29f292a
Octal226125770537251175152
Binary10010110101010111111101010111110101010011111101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96553F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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