#96553E

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

Shades of Sepia #96553E

Tints of Sepia #96553E

Color information

#96553E (or 0x96553E) is unknown color: approx Sepia. HEX triplet: 96, 55 and 3E. RGB value is (150,85,62). Sum of RGB (Red+Green+Blue) = 150+85+62=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 85 (33.59% from 255 or 28.62% from 297); Blue value is 62 (24.61% from 255 or 20.88% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96553E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #96553E is #69AAC1. Grayscale: #656565. Windows color (decimal): -6924994 or 4085142. OLE color: 4085142.

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

Color convert

RGB1508562-
CMYK00.430.590.41
HSL15.68º41.51%41.57%-
HSV(B)15.68º58.67%58.82%-
XYZ16.713.336.25-
YUV101.81105.53162.37-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 50.51%
GREEN value IS 85 (33.59% from 255) = 28.62%
BLUE value IS 62 (24.61% from 255) = 20.88%
R=50.51%
G=28.62%
B=20.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal150856200.430.590.4115.6841.5141.57
Hex96553E02B3B29102a2a
Octal226125760537351205252
Binary100101101010101111110010101111101110100110000101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96553E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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