Html Css Color HEX #8E5B65 Mauve Taupe

📋 copy color: '#8E5B65'

red 142 ◦ green 91 ◦ blue 101

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

Shades of Mauve Taupe #8E5B65

Tints of Mauve Taupe #8E5B65

RGB

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

 GREEN value IS 91 (35.94% from 255) = 27.25%

 BLUE value IS 101 (39.84% from 255) = 30.24%

R = 42.51%
G = 27.25%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.29

 K value IS 0.44

RGB Variations

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

Color information

#8E5B65 (or 0x8E5B65) is known color: Mauve Taupe. HEX triplet: 8E, 5B and 65. RGB value is (142,91,101). Sum of RGB (Red+Green+Blue) = 142+91+101=334 (44% of max value = 765). Red value is 142 (55.86% from 255 or 42.51% from 334); Green value is 91 (35.94% from 255 or 27.25% from 334); Blue value is 101 (39.84% from 255 or 30.24% from 334); Max value from RGB is 142 - color contains mainly: red. Hex color #8E5B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8E5B65 is #71A49A. Grayscale: #6B6B6B. Windows color (decimal): -7447707 or 6642574. OLE color: 6642574.

HSL color Cylindrical-coordinate representation of color #8E5B65: hue angle of 348.24º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #8E5B65 is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.44.

Color convert

RGB 142 91 101 -
CMYK 0 0.36 0.29 0.44
HSL 348.24º 0.22% 0.46% -
HSV(B) 348.24º 0.36% 0.56% -
XYZ 17.25 14.17 14.14 -
YUV 107.39 124.4 152.69 -
System Red Green Blue C M Y K H S L
Decimal 142 91 101 0 0.36 0.29 0.44 348.24 0.22 0.46
Hex 8E 5B 65 0 24 1D 2C 15C 16 2E
Octal 216 133 145 0 44 35 54 534 26 56
Binary 10001110 1011011 1100101 0 100100 11101 101100 101011100 10110 101110

Color Harmonies of #8E5B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8E5B65

Black with #8E5B65

Text Example


Text Example

White with #8E5B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(142,91,101); }

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

background-color css

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

 a { background-color: rgb(142,91,101); }

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

border-color css

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

 span { border-color: rgb(142,91,101); }

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