#9E604B

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

Shades of Sepia #9E604B

Tints of Sepia #9E604B

Color information

#9E604B (or 0x9E604B) is unknown color: approx Sepia. HEX triplet: 9E, 60 and 4B. RGB value is (158,96,75). Sum of RGB (Red+Green+Blue) = 158+96+75=329 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.02% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 75 (29.69% from 255 or 22.80% from 329); Max value from RGB is 158 - color contains mainly: red. Hex color #9E604B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E604B is #619FB4. Grayscale: #707070. Windows color (decimal): -6397877 or 4939934. OLE color: 4939934.

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

Color convert

RGB1589675-
CMYK00.390.530.38
HSL15.18º35.62%45.69%-
HSV(B)15.18º52.53%61.96%-
XYZ19.5516.148.74-
YUV112.14107.04160.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.02%
GREEN value IS 96 (37.89% from 255) = 29.18%
BLUE value IS 75 (29.69% from 255) = 22.80%
R=48.02%
G=29.18%
B=22.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158967500.390.530.3815.1835.6245.69
Hex9E604B0273526f242e
Octal2361401130476546174456
Binary100111101100000100101101001111101011001101111100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E604B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,96,75); }

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

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

 a { background-color: rgb(158,96,75); }

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

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

 span { border-color: rgb(158,96,75); }

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