Html Css Color HEX #8E6067 Mauve Taupe

📋 copy color: '#8E6067'

red 142 ◦ green 96 ◦ blue 103

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

Shades of Mauve Taupe #8E6067

Tints of Mauve Taupe #8E6067

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 30.21%

R = 41.64%
G = 28.15%
B = 30.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.44

RGB Variations

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

Color information

#8E6067 (or 0x8E6067) is known color: Mauve Taupe. HEX triplet: 8E, 60 and 67. RGB value is (142,96,103). Sum of RGB (Red+Green+Blue) = 142+96+103=341 (45% of max value = 765). Red value is 142 (55.86% from 255 or 41.64% from 341); Green value is 96 (37.89% from 255 or 28.15% from 341); Blue value is 103 (40.62% from 255 or 30.21% from 341); Max value from RGB is 142 - color contains mainly: red. Hex color #8E6067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E6067 is #719F98. Grayscale: #6E6E6E. Windows color (decimal): -7446425 or 6774926. OLE color: 6774926.

HSL color Cylindrical-coordinate representation of color #8E6067: hue angle of 350.87º degrees, saturation: 0.19, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #8E6067 is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 96 103 -
CMYK 0 0.32 0.27 0.44
HSL 350.87º 0.19% 0.47% -
HSV(B) 350.87º 0.32% 0.56% -
XYZ 17.79 15.1 14.81 -
YUV 110.55 123.74 150.43 -
System Red Green Blue C M Y K H S L
Decimal 142 96 103 0 0.32 0.27 0.44 350.87 0.19 0.47
Hex 8E 60 67 0 20 1B 2C 15F 13 2F
Octal 216 140 147 0 40 33 54 537 23 57
Binary 10001110 1100000 1100111 0 100000 11011 101100 101011111 10011 101111

Color Harmonies of #8E6067

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E6067

Black with #8E6067

Text Example


Text Example

White with #8E6067

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,96,103); }

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

background-color css

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

 a { background-color: rgb(142,96,103); }

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

border-color css

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

 span { border-color: rgb(142,96,103); }

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