Html Css Color HEX #8C616F Mauve Taupe

📋 copy color: '#8C616F'

red 140 ◦ green 97 ◦ blue 111

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

Shades of Mauve Taupe #8C616F

Tints of Mauve Taupe #8C616F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 31.9%

R = 40.23%
G = 27.87%
B = 31.9%

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

#8C616F (or 0x8C616F) is known color: Mauve Taupe. HEX triplet: 8C, 61 and 6F. RGB value is (140,97,111). Sum of RGB (Red+Green+Blue) = 140+97+111=348 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40.23% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 140 - color contains mainly: red. Hex color #8C616F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C616F is #739E90. Grayscale: #6F6F6F. Windows color (decimal): -7577233 or 7299468. OLE color: 7299468.

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

Color convert

RGB 140 97 111 -
CMYK 0 0.31 0.21 0.45
HSL 340.47º 0.18% 0.46% -
HSV(B) 340.47º 0.31% 0.55% -
XYZ 17.96 15.27 17.04 -
YUV 111.45 127.75 148.36 -
System Red Green Blue C M Y K H S L
Decimal 140 97 111 0 0.31 0.21 0.45 340.47 0.18 0.46
Hex 8C 61 6F 0 1F 15 2D 154 12 2E
Octal 214 141 157 0 37 25 55 524 22 56
Binary 10001100 1100001 1101111 0 11111 10101 101101 101010100 10010 101110

Color Harmonies of #8C616F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C616F

Black with #8C616F

Text Example


Text Example

White with #8C616F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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