Html Css Color HEX #8A686D Mauve Taupe

📋 copy color: '#8A686D'

red 138 ◦ green 104 ◦ blue 109

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

Shades of Mauve Taupe #8A686D

Tints of Mauve Taupe #8A686D

RGB

 RED value IS 138 (54.3% from 255) = 39.32%

 GREEN value IS 104 (41.02% from 255) = 29.63%

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

R = 39.32%
G = 29.63%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.46

RGB Variations

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

Color information

#8A686D (or 0x8A686D) is known color: Mauve Taupe. HEX triplet: 8A, 68 and 6D. RGB value is (138,104,109). Sum of RGB (Red+Green+Blue) = 138+104+109=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 104 (41.02% from 255 or 29.63% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 138 - color contains mainly: red. Hex color #8A686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A686D is #759792. Grayscale: #727272. Windows color (decimal): -7706515 or 7170186. OLE color: 7170186.

HSL color Cylindrical-coordinate representation of color #8A686D: hue angle of 351.18º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #8A686D is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 104 109 -
CMYK 0 0.25 0.21 0.46
HSL 351.18º 0.14% 0.47% -
HSV(B) 351.18º 0.25% 0.54% -
XYZ 18.19 16.41 16.68 -
YUV 114.74 124.76 144.59 -
System Red Green Blue C M Y K H S L
Decimal 138 104 109 0 0.25 0.21 0.46 351.18 0.14 0.47
Hex 8A 68 6D 0 19 15 2E 15F E 2F
Octal 212 150 155 0 31 25 56 537 16 57
Binary 10001010 1101000 1101101 0 11001 10101 101110 101011111 1110 101111

Color Harmonies of #8A686D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A686D

Black with #8A686D

Text Example


Text Example

White with #8A686D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,104,109); }

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

background-color css

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

 a { background-color: rgb(138,104,109); }

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

border-color css

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

 span { border-color: rgb(138,104,109); }

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