#9E563F

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

Shades of Sepia #9E563F

Tints of Sepia #9E563F

Color information

#9E563F (or 0x9E563F) is unknown color: approx Sepia. HEX triplet: 9E, 56 and 3F. RGB value is (158,86,63). Sum of RGB (Red+Green+Blue) = 158+86+63=307 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.47% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 63 (25% from 255 or 20.52% from 307); Max value from RGB is 158 - color contains mainly: red. Hex color #9E563F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E563F is #61A9C0. Grayscale: #696969. Windows color (decimal): -6400449 or 4150942. OLE color: 4150942.

HSL color Cylindrical-coordinate representation of color #9E563F: hue angle of 14.53º degrees, saturation: 0.43, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9E563F is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.38.

Color convert

RGB1588663-
CMYK00.460.600.38
HSL14.53º42.99%43.33%-
HSV(B)14.53º60.13%61.96%-
XYZ18.3314.286.49-
YUV104.91104.35165.87-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.47%
GREEN value IS 86 (33.98% from 255) = 28.01%
BLUE value IS 63 (25% from 255) = 20.52%
R=51.47%
G=28.01%
B=20.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158866300.460.600.3814.5342.9943.33
Hex9E563F02E3C26f2b2b
Octal236126770567446175353
Binary10011110101011011111101011101111001001101111101011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E563F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E563F; }

 p { color: rgb(158,86,63); }

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

<style>
 a { background-color: #9E563F; }

 a { background-color: rgb(158,86,63); }

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

<style>
 span { border-color: #9E563F; }

 span { border-color: rgb(158,86,63); }

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