Html Css Color HEX #8C5B65 Mauve Taupe

📋 copy color: '#8C5B65'

red 140 ◦ green 91 ◦ blue 101

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

Shades of Mauve Taupe #8C5B65

Tints of Mauve Taupe #8C5B65

RGB

 RED value IS 140 (55.08% from 255) = 42.17%

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

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

R = 42.17%
G = 27.41%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8C5B65 (or 0x8C5B65) is known color: Mauve Taupe. HEX triplet: 8C, 5B and 65. RGB value is (140,91,101). Sum of RGB (Red+Green+Blue) = 140+91+101=332 (43% of max value = 765). Red value is 140 (55.08% from 255 or 42.17% from 332); Green value is 91 (35.94% from 255 or 27.41% from 332); Blue value is 101 (39.84% from 255 or 30.42% from 332); Max value from RGB is 140 - color contains mainly: red. Hex color #8C5B65 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C5B65 is #73A49A. Grayscale: #6A6A6A. Windows color (decimal): -7578779 or 6642572. OLE color: 6642572.

HSL color Cylindrical-coordinate representation of color #8C5B65: hue angle of 347.76º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #8C5B65 is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 91 101 -
CMYK 0 0.35 0.28 0.45
HSL 347.76º 0.21% 0.45% -
HSV(B) 347.76º 0.35% 0.55% -
XYZ 16.91 14 14.12 -
YUV 106.79 124.73 151.69 -
System Red Green Blue C M Y K H S L
Decimal 140 91 101 0 0.35 0.28 0.45 347.76 0.21 0.45
Hex 8C 5B 65 0 23 1C 2D 15C 15 2D
Octal 214 133 145 0 43 34 55 534 25 55
Binary 10001100 1011011 1100101 0 100011 11100 101101 101011100 10101 101101

Color Harmonies of #8C5B65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C5B65

Black with #8C5B65

Text Example


Text Example

White with #8C5B65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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