Html Css Color HEX #8E636A Mauve Taupe

📋 copy color: '#8E636A'

red 142 ◦ green 99 ◦ blue 106

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

Shades of Mauve Taupe #8E636A

Tints of Mauve Taupe #8E636A

RGB

 RED value IS 142 (55.86% from 255) = 40.92%

 GREEN value IS 99 (39.06% from 255) = 28.53%

 BLUE value IS 106 (41.8% from 255) = 30.55%

R = 40.92%
G = 28.53%
B = 30.55%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.25

 K value IS 0.44

RGB Variations

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

Color information

#8E636A (or 0x8E636A) is known color: Mauve Taupe. HEX triplet: 8E, 63 and 6A. RGB value is (142,99,106). Sum of RGB (Red+Green+Blue) = 142+99+106=347 (45% of max value = 765). Red value is 142 (55.86% from 255 or 40.92% from 347); Green value is 99 (39.06% from 255 or 28.53% from 347); Blue value is 106 (41.80% from 255 or 30.55% from 347); Max value from RGB is 142 - color contains mainly: red. Hex color #8E636A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E636A is #719C95. Grayscale: #707070. Windows color (decimal): -7445654 or 6972302. OLE color: 6972302.

HSL color Cylindrical-coordinate representation of color #8E636A: hue angle of 350.23º degrees, saturation: 0.18, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8E636A is Cyan = 0, Magento = 0.30, Yellow = 0.25 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 99 106 -
CMYK 0 0.30 0.25 0.44
HSL 350.23º 0.18% 0.47% -
HSV(B) 350.23º 0.3% 0.56% -
XYZ 18.22 15.72 15.71 -
YUV 112.66 124.25 148.93 -
System Red Green Blue C M Y K H S L
Decimal 142 99 106 0 0.30 0.25 0.44 350.23 0.18 0.47
Hex 8E 63 6A 0 1E 19 2C 15E 12 2F
Octal 216 143 152 0 36 31 54 536 22 57
Binary 10001110 1100011 1101010 0 11110 11001 101100 101011110 10010 101111

Color Harmonies of #8E636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E636A

Black with #8E636A

Text Example


Text Example

White with #8E636A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8E636A; }

 p { color: rgb(142,99,106); }

 H1.HeaderClassName
 {
   color: #8E636A;
 }
 .AnyTagClassName
 {
   color: #8E636A;
 }
</style>

background-color css

<style>
 a { background-color: #8E636A; }

 a { background-color: rgb(142,99,106); }

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

border-color css

<style>
 span { border-color: #8E636A; }

 span { border-color: rgb(142,99,106); }

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