Html Css Color HEX #8A686C Mauve Taupe

📋 copy color: '#8A686C'

red 138 ◦ green 104 ◦ blue 108

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

Shades of Mauve Taupe #8A686C

Tints of Mauve Taupe #8A686C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 30.86%

R = 39.43%
G = 29.71%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#8A686C (or 0x8A686C) is known color: Mauve Taupe. HEX triplet: 8A, 68 and 6C. RGB value is (138,104,108). Sum of RGB (Red+Green+Blue) = 138+104+108=350 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.43% from 350); Green value is 104 (41.02% from 255 or 29.71% from 350); Blue value is 108 (42.58% from 255 or 30.86% from 350); Max value from RGB is 138 - color contains mainly: red. Hex color #8A686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A686C is #759793. Grayscale: #727272. Windows color (decimal): -7706516 or 7104650. OLE color: 7104650.

HSL color Cylindrical-coordinate representation of color #8A686C: hue angle of 352.94º 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 #8A686C is Cyan = 0, Magento = 0.25, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 104 108 -
CMYK 0 0.25 0.22 0.46
HSL 352.94º 0.14% 0.47% -
HSV(B) 352.94º 0.25% 0.54% -
XYZ 18.14 16.39 16.39 -
YUV 114.62 124.26 144.67 -
System Red Green Blue C M Y K H S L
Decimal 138 104 108 0 0.25 0.22 0.46 352.94 0.14 0.47
Hex 8A 68 6C 0 19 16 2E 161 E 2F
Octal 212 150 154 0 31 26 56 541 16 57
Binary 10001010 1101000 1101100 0 11001 10110 101110 101100001 1110 101111

Color Harmonies of #8A686C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A686C

Black with #8A686C

Text Example


Text Example

White with #8A686C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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