Html Css Color HEX #8C616E Mauve Taupe

📋 copy color: '#8C616E'

red 140 ◦ green 97 ◦ blue 110

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

Shades of Mauve Taupe #8C616E

Tints of Mauve Taupe #8C616E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 31.7%

R = 40.35%
G = 27.95%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.45

RGB Variations

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

Color information

#8C616E (or 0x8C616E) is known color: Mauve Taupe. HEX triplet: 8C, 61 and 6E. RGB value is (140,97,110). Sum of RGB (Red+Green+Blue) = 140+97+110=347 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.35% from 347); Green value is 97 (38.28% from 255 or 27.95% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 140 - color contains mainly: red. Hex color #8C616E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C616E is #739E91. Grayscale: #6F6F6F. Windows color (decimal): -7577234 or 7233932. OLE color: 7233932.

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

Color convert

RGB 140 97 110 -
CMYK 0 0.31 0.21 0.45
HSL 341.86º 0.18% 0.46% -
HSV(B) 341.86º 0.31% 0.55% -
XYZ 17.9 15.25 16.75 -
YUV 111.34 127.25 148.44 -
System Red Green Blue C M Y K H S L
Decimal 140 97 110 0 0.31 0.21 0.45 341.86 0.18 0.46
Hex 8C 61 6E 0 1F 15 2D 156 12 2E
Octal 214 141 156 0 37 25 55 526 22 56
Binary 10001100 1100001 1101110 0 11111 10101 101101 101010110 10010 101110

Color Harmonies of #8C616E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C616E

Black with #8C616E

Text Example


Text Example

White with #8C616E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,97,110); }

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

background-color css

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

 a { background-color: rgb(140,97,110); }

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

border-color css

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

 span { border-color: rgb(140,97,110); }

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