Html Css Color HEX #9E6146 Sepia

📋 copy color: '#9E6146'

red 158 ◦ green 97 ◦ blue 70

#9E6146
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sepia #9E6146

Tints of Sepia #9E6146

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 value IS 0

 M value IS 0.39

 Y value IS 0.56

 K value IS 0.38

RGB Variations

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

Color information

#9E6146 (or 0x9E6146) is known color: 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

RGB 158 97 70 -
CMYK 0 0.39 0.56 0.38
HSL 18.41º 0.39% 0.45% -
HSV(B) 18.41º 0.56% 0.62% -
XYZ 19.48 16.26 7.91 -
YUV 112.16 104.21 160.7 -
System Red Green Blue C M Y K H S L
Decimal 158 97 70 0 0.39 0.56 0.38 18.41 0.39 0.45
Hex 9E 61 46 0 27 38 26 12 27 2D
Octal 236 141 106 0 47 70 46 22 47 55
Binary 10011110 1100001 1000110 0 100111 111000 100110 10010 100111 101101

Color Harmonies of #9E6146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6146

Black with #9E6146

Text Example


Text Example

White with #9E6146

Text Example


Text Example

HTML Codes & Css Web 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>