#9E6248

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

Shades of Sepia #9E6248

Tints of Sepia #9E6248

Color information

#9E6248 (or 0x9E6248) is unknown color: approx Sepia. HEX triplet: 9E, 62 and 48. RGB value is (158,98,72). Sum of RGB (Red+Green+Blue) = 158+98+72=328 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.17% from 328); Green value is 98 (38.67% from 255 or 29.88% from 328); Blue value is 72 (28.52% from 255 or 21.95% from 328); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6248 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6248 is #619DB7. Grayscale: #717171. Windows color (decimal): -6397368 or 4743838. OLE color: 4743838.

HSL color Cylindrical-coordinate representation of color #9E6248: hue angle of 18.14º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9E6248 is Cyan = 0, Magento = 0.38, Yellow = 0.54 and Black (K on CMYK) = 0.38.

Color convert

RGB1589872-
CMYK00.380.540.38
HSL18.14º37.39%45.1%-
HSV(B)18.14º54.43%61.96%-
XYZ19.6416.478.28-
YUV112.98104.88160.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.17%
GREEN value IS 98 (38.67% from 255) = 29.88%
BLUE value IS 72 (28.52% from 255) = 21.95%
R=48.17%
G=29.88%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.54
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158987200.380.540.3818.1437.3945.1
Hex9E6248026362612252d
Octal2361421100466646224555
Binary1001111011000101001000010011011011010011010010100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6248

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,98,72); }

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

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

 a { background-color: rgb(158,98,72); }

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

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

 span { border-color: rgb(158,98,72); }

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