#98563E

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

Shades of Sepia #98563E

Tints of Sepia #98563E

Color information

#98563E (or 0x98563E) is unknown color: approx Sepia. HEX triplet: 98, 56 and 3E. RGB value is (152,86,62). Sum of RGB (Red+Green+Blue) = 152+86+62=300 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.67% from 300); Green value is 86 (33.98% from 255 or 28.67% from 300); Blue value is 62 (24.61% from 255 or 20.67% from 300); Max value from RGB is 152 - color contains mainly: red. Hex color #98563E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98563E is #67A9C1. Grayscale: #676767. Windows color (decimal): -6793666 or 4085400. OLE color: 4085400.

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

Color convert

RGB1528662-
CMYK00.430.590.40
HSL16º42.06%41.96%-
HSV(B)16º59.21%59.61%-
XYZ17.1513.686.29-
YUV103104.87162.95-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.67%
GREEN value IS 86 (33.98% from 255) = 28.67%
BLUE value IS 62 (24.61% from 255) = 20.67%
R=50.67%
G=28.67%
B=20.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.59
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152866200.430.590.401642.0641.96
Hex98563E02B3B28102a2a
Octal230126760537350205252
Binary100110001010110111110010101111101110100010000101010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98563E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,86,62); }

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

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

 a { background-color: rgb(152,86,62); }

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

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

 span { border-color: rgb(152,86,62); }

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