#9E614C

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

Shades of Sepia #9E614C

Tints of Sepia #9E614C

Color information

#9E614C (or 0x9E614C) is unknown color: approx Sepia. HEX triplet: 9E, 61 and 4C. RGB value is (158,97,76). Sum of RGB (Red+Green+Blue) = 158+97+76=331 (43% of max value = 765). Red value is 158 (62.11% from 255 or 47.73% from 331); Green value is 97 (38.28% from 255 or 29.31% from 331); Blue value is 76 (30.08% from 255 or 22.96% from 331); Max value from RGB is 158 - color contains mainly: red. Hex color #9E614C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E614C is #619EB3. Grayscale: #707070. Windows color (decimal): -6397620 or 5005726. OLE color: 5005726.

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

Color convert

RGB1589776-
CMYK00.390.520.38
HSL15.37º35.04%45.88%-
HSV(B)15.37º51.9%61.96%-
XYZ19.6816.348.95-
YUV112.84107.21160.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 47.73%
GREEN value IS 97 (38.28% from 255) = 29.31%
BLUE value IS 76 (30.08% from 255) = 22.96%
R=47.73%
G=29.31%
B=22.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158977600.390.520.3815.3735.0445.88
Hex9E614C0273426f232e
Octal2361411140476446174356
Binary100111101100001100110001001111101001001101111100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E614C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,97,76); }

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

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

 a { background-color: rgb(158,97,76); }

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

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

 span { border-color: rgb(158,97,76); }

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