Html Css Color HEX #8C6166 Mauve Taupe

📋 copy color: '#8C6166'

red 140 ◦ green 97 ◦ blue 102

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

Shades of Mauve Taupe #8C6166

Tints of Mauve Taupe #8C6166

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 30.09%

R = 41.3%
G = 28.61%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8C6166 (or 0x8C6166) is known color: Mauve Taupe. HEX triplet: 8C, 61 and 66. RGB value is (140,97,102). Sum of RGB (Red+Green+Blue) = 140+97+102=339 (44% of max value = 765). Red value is 140 (55.08% from 255 or 41.30% from 339); Green value is 97 (38.28% from 255 or 28.61% from 339); Blue value is 102 (40.23% from 255 or 30.09% from 339); Max value from RGB is 140 - color contains mainly: red. Hex color #8C6166 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C6166 is #739E99. Grayscale: #6E6E6E. Windows color (decimal): -7577242 or 6709644. OLE color: 6709644.

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

Color convert

RGB 140 97 102 -
CMYK 0 0.31 0.27 0.45
HSL 353.02º 0.18% 0.46% -
HSV(B) 353.02º 0.31% 0.55% -
XYZ 17.49 15.08 14.56 -
YUV 110.43 123.25 149.09 -
System Red Green Blue C M Y K H S L
Decimal 140 97 102 0 0.31 0.27 0.45 353.02 0.18 0.46
Hex 8C 61 66 0 1F 1B 2D 161 12 2E
Octal 214 141 146 0 37 33 55 541 22 56
Binary 10001100 1100001 1100110 0 11111 11011 101101 101100001 10010 101110

Color Harmonies of #8C6166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C6166

Black with #8C6166

Text Example


Text Example

White with #8C6166

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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