#9E6146

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

Shades of Sepia #9E6146

Tints of Sepia #9E6146

Color information

#9E6146 (or 0x9E6146) is unknown color: approx Sepia. HEX triplet: 9E, 61 and 46. RGB value is (158,97,70). Sum of RGB (Red+Green+Blue) = 158+97+70=325 (43% of max value = 765). Red value is 158 (62.11% from 255 or 48.62% from 325); Green value is 97 (38.28% from 255 or 29.85% from 325); Blue value is 70 (27.73% from 255 or 21.54% from 325); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6146 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9E6146 is #619EB9. Grayscale: #707070. Windows color (decimal): -6397626 or 4612510. OLE color: 4612510.

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

Color convert

RGB1589770-
CMYK00.390.560.38
HSL18.41º38.6%44.71%-
HSV(B)18.41º55.7%61.96%-
XYZ19.4816.267.91-
YUV112.16104.21160.7-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 48.62%
GREEN value IS 97 (38.28% from 255) = 29.85%
BLUE value IS 70 (27.73% from 255) = 21.54%
R=48.62%
G=29.85%
B=21.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.56
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158977000.390.560.3818.4138.644.71
Hex9E6146027382612272d
Octal2361411060477046224755
Binary1001111011000011000110010011111100010011010010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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