#98563D

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

Shades of Sepia #98563D

Tints of Sepia #98563D

Color information

#98563D (or 0x98563D) is unknown color: approx Sepia. HEX triplet: 98, 56 and 3D. RGB value is (152,86,61). Sum of RGB (Red+Green+Blue) = 152+86+61=299 (39% of max value = 765). Red value is 152 (59.77% from 255 or 50.84% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 61 (24.22% from 255 or 20.40% from 299); Max value from RGB is 152 - color contains mainly: red. Hex color #98563D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #98563D is #67A9C2. Grayscale: #676767. Windows color (decimal): -6793667 or 4019864. OLE color: 4019864.

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

Color convert

RGB1528661-
CMYK00.430.600.40
HSL16.48º42.72%41.76%-
HSV(B)16.48º59.87%59.61%-
XYZ17.1213.676.15-
YUV102.88104.37163.03-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 50.84%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 61 (24.22% from 255) = 20.40%
R=50.84%
G=28.76%
B=20.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.60
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152866100.430.600.4016.4842.7241.76
Hex98563D02B3C28102b2a
Octal230126750537450205352
Binary100110001010110111101010101111110010100010000101011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98563D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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