Html Css Color HEX #8C616D Mauve Taupe

📋 copy color: '#8C616D'

red 140 ◦ green 97 ◦ blue 109

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

Shades of Mauve Taupe #8C616D

Tints of Mauve Taupe #8C616D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 31.5%

R = 40.46%
G = 28.03%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8C616D (or 0x8C616D) is known color: Mauve Taupe. HEX triplet: 8C, 61 and 6D. RGB value is (140,97,109). Sum of RGB (Red+Green+Blue) = 140+97+109=346 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.46% from 346); Green value is 97 (38.28% from 255 or 28.03% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 140 - color contains mainly: red. Hex color #8C616D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C616D is #739E92. Grayscale: #6F6F6F. Windows color (decimal): -7577235 or 7168396. OLE color: 7168396.

HSL color Cylindrical-coordinate representation of color #8C616D: hue angle of 343.26º 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 #8C616D is Cyan = 0, Magento = 0.31, Yellow = 0.22 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 97 109 -
CMYK 0 0.31 0.22 0.45
HSL 343.26º 0.18% 0.46% -
HSV(B) 343.26º 0.31% 0.55% -
XYZ 17.85 15.23 16.47 -
YUV 111.23 126.75 148.52 -
System Red Green Blue C M Y K H S L
Decimal 140 97 109 0 0.31 0.22 0.45 343.26 0.18 0.46
Hex 8C 61 6D 0 1F 16 2D 157 12 2E
Octal 214 141 155 0 37 26 55 527 22 56
Binary 10001100 1100001 1101101 0 11111 10110 101101 101010111 10010 101110

Color Harmonies of #8C616D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C616D

Black with #8C616D

Text Example


Text Example

White with #8C616D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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