Html Css Color HEX #9E6072 Mauve Taupe

📋 copy color: '#9E6072'

red 158 ◦ green 96 ◦ blue 114

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

Shades of Mauve Taupe #9E6072

Tints of Mauve Taupe #9E6072

RGB

 RED value IS 158 (62.11% from 255) = 42.93%

 GREEN value IS 96 (37.89% from 255) = 26.09%

 BLUE value IS 114 (44.92% from 255) = 30.98%

R = 42.93%
G = 26.09%
B = 30.98%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.38

RGB Variations

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

Color information

#9E6072 (or 0x9E6072) is known color: Mauve Taupe. HEX triplet: 9E, 60 and 72. RGB value is (158,96,114). Sum of RGB (Red+Green+Blue) = 158+96+114=368 (48% of max value = 765). Red value is 158 (62.11% from 255 or 42.93% from 368); Green value is 96 (37.89% from 255 or 26.09% from 368); Blue value is 114 (44.92% from 255 or 30.98% from 368); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6072 is #619F8D. Grayscale: #747474. Windows color (decimal): -6397838 or 7495838. OLE color: 7495838.

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

Color convert

RGB 158 96 114 -
CMYK 0 0.39 0.28 0.38
HSL 342.58º 0.24% 0.5% -
HSV(B) 342.58º 0.39% 0.62% -
XYZ 21.32 16.85 18.05 -
YUV 116.59 126.54 157.54 -
System Red Green Blue C M Y K H S L
Decimal 158 96 114 0 0.39 0.28 0.38 342.58 0.24 0.5
Hex 9E 60 72 0 27 1C 26 157 18 32
Octal 236 140 162 0 47 34 46 527 30 62
Binary 10011110 1100000 1110010 0 100111 11100 100110 101010111 11000 110010

Color Harmonies of #9E6072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6072

Black with #9E6072

Text Example


Text Example

White with #9E6072

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9E6072;
 }
 .AnyTagClassName
 {
   color: #9E6072;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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