Html Css Color HEX #8C666D Mauve Taupe

📋 copy color: '#8C666D'

red 140 ◦ green 102 ◦ blue 109

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

Shades of Mauve Taupe #8C666D

Tints of Mauve Taupe #8C666D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 29.06%

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

R = 39.89%
G = 29.06%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.45

RGB Variations

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

Color information

#8C666D (or 0x8C666D) is known color: Mauve Taupe. HEX triplet: 8C, 66 and 6D. RGB value is (140,102,109). Sum of RGB (Red+Green+Blue) = 140+102+109=351 (46% of max value = 765). Red value is 140 (55.08% from 255 or 39.89% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 140 - color contains mainly: red. Hex color #8C666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C666D is #739992. Grayscale: #727272. Windows color (decimal): -7575955 or 7169676. OLE color: 7169676.

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

Color convert

RGB 140 102 109 -
CMYK 0 0.27 0.22 0.45
HSL 348.95º 0.16% 0.47% -
HSV(B) 348.95º 0.27% 0.55% -
XYZ 18.33 16.18 16.63 -
YUV 114.16 125.09 146.43 -
System Red Green Blue C M Y K H S L
Decimal 140 102 109 0 0.27 0.22 0.45 348.95 0.16 0.47
Hex 8C 66 6D 0 1B 16 2D 15D 10 2F
Octal 214 146 155 0 33 26 55 535 20 57
Binary 10001100 1100110 1101101 0 11011 10110 101101 101011101 10000 101111

Color Harmonies of #8C666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C666D

Black with #8C666D

Text Example


Text Example

White with #8C666D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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