Html Css Color HEX #9E6170 Mauve Taupe

📋 copy color: '#9E6170'

red 158 ◦ green 97 ◦ blue 112

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

Shades of Mauve Taupe #9E6170

Tints of Mauve Taupe #9E6170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.43%

 BLUE value IS 112 (44.14% from 255) = 30.52%

R = 43.05%
G = 26.43%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9E6170 (or 0x9E6170) is known color: Mauve Taupe. HEX triplet: 9E, 61 and 70. RGB value is (158,97,112). Sum of RGB (Red+Green+Blue) = 158+97+112=367 (48% of max value = 765). Red value is 158 (62.11% from 255 or 43.05% from 367); Green value is 97 (38.28% from 255 or 26.43% from 367); Blue value is 112 (44.14% from 255 or 30.52% from 367); Max value from RGB is 158 - color contains mainly: red. Hex color #9E6170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9E6170 is #619E8F. Grayscale: #747474. Windows color (decimal): -6397584 or 7365022. OLE color: 7365022.

HSL color Cylindrical-coordinate representation of color #9E6170: hue angle of 345.25º 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 #9E6170 is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 158 97 112 -
CMYK 0 0.39 0.29 0.38
HSL 345.25º 0.24% 0.5% -
HSV(B) 345.25º 0.39% 0.62% -
XYZ 21.3 16.99 17.49 -
YUV 116.95 125.21 157.28 -
System Red Green Blue C M Y K H S L
Decimal 158 97 112 0 0.39 0.29 0.38 345.25 0.24 0.5
Hex 9E 61 70 0 27 1D 26 159 18 32
Octal 236 141 160 0 47 35 46 531 30 62
Binary 10011110 1100001 1110000 0 100111 11101 100110 101011001 11000 110010

Color Harmonies of #9E6170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9E6170

Black with #9E6170

Text Example


Text Example

White with #9E6170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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