Html Css Color HEX #8C656D Mauve Taupe

📋 copy color: '#8C656D'

red 140 ◦ green 101 ◦ blue 109

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

Shades of Mauve Taupe #8C656D

Tints of Mauve Taupe #8C656D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 28.86%

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

R = 40%
G = 28.86%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8C656D (or 0x8C656D) is known color: Mauve Taupe. HEX triplet: 8C, 65 and 6D. RGB value is (140,101,109). Sum of RGB (Red+Green+Blue) = 140+101+109=350 (46% of max value = 765). Red value is 140 (55.08% from 255 or 40% from 350); Green value is 101 (39.84% from 255 or 28.86% from 350); Blue value is 109 (42.97% from 255 or 31.14% from 350); Max value from RGB is 140 - color contains mainly: red. Hex color #8C656D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C656D is #739A92. Grayscale: #717171. Windows color (decimal): -7576211 or 7169420. OLE color: 7169420.

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

Color convert

RGB 140 101 109 -
CMYK 0 0.28 0.22 0.45
HSL 347.69º 0.16% 0.47% -
HSV(B) 347.69º 0.28% 0.55% -
XYZ 18.23 15.99 16.59 -
YUV 113.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 140 101 109 0 0.28 0.22 0.45 347.69 0.16 0.47
Hex 8C 65 6D 0 1C 16 2D 15C 10 2F
Octal 214 145 155 0 34 26 55 534 20 57
Binary 10001100 1100101 1101101 0 11100 10110 101101 101011100 10000 101111

Color Harmonies of #8C656D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C656D

Black with #8C656D

Text Example


Text Example

White with #8C656D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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