Html Css Color HEX #8A656C Mauve Taupe

📋 copy color: '#8A656C'

red 138 ◦ green 101 ◦ blue 108

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

Shades of Mauve Taupe #8A656C

Tints of Mauve Taupe #8A656C

RGB

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

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

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

R = 39.77%
G = 29.11%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.46

RGB Variations

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

Color information

#8A656C (or 0x8A656C) is known color: Mauve Taupe. HEX triplet: 8A, 65 and 6C. RGB value is (138,101,108). Sum of RGB (Red+Green+Blue) = 138+101+108=347 (45% of max value = 765). Red value is 138 (54.30% from 255 or 39.77% from 347); Green value is 101 (39.84% from 255 or 29.11% from 347); Blue value is 108 (42.58% from 255 or 31.12% from 347); Max value from RGB is 138 - color contains mainly: red. Hex color #8A656C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A656C is #759A93. Grayscale: #707070. Windows color (decimal): -7707284 or 7103882. OLE color: 7103882.

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

Color convert

RGB 138 101 108 -
CMYK 0 0.27 0.22 0.46
HSL 348.65º 0.15% 0.47% -
HSV(B) 348.65º 0.27% 0.54% -
XYZ 17.84 15.79 16.3 -
YUV 112.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 138 101 108 0 0.27 0.22 0.46 348.65 0.15 0.47
Hex 8A 65 6C 0 1B 16 2E 15D F 2F
Octal 212 145 154 0 33 26 56 535 17 57
Binary 10001010 1100101 1101100 0 11011 10110 101110 101011101 1111 101111

Color Harmonies of #8A656C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A656C

Black with #8A656C

Text Example


Text Example

White with #8A656C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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