Html Css Color HEX #8A606F Mauve Taupe

📋 copy color: '#8A606F'

red 138 ◦ green 96 ◦ blue 111

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

Shades of Mauve Taupe #8A606F

Tints of Mauve Taupe #8A606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.83%

 BLUE value IS 111 (43.75% from 255) = 32.17%

R = 40%
G = 27.83%
B = 32.17%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#8A606F (or 0x8A606F) is known color: Mauve Taupe. HEX triplet: 8A, 60 and 6F. RGB value is (138,96,111). Sum of RGB (Red+Green+Blue) = 138+96+111=345 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 111 (43.75% from 255 or 32.17% from 345); Max value from RGB is 138 - color contains mainly: red. Hex color #8A606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A606F is #759F90. Grayscale: #6E6E6E. Windows color (decimal): -7708561 or 7299210. OLE color: 7299210.

HSL color Cylindrical-coordinate representation of color #8A606F: hue angle of 338.57º degrees, saturation: 0.18, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #8A606F is Cyan = 0, Magento = 0.30, Yellow = 0.20 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 96 111 -
CMYK 0 0.30 0.20 0.46
HSL 338.57º 0.18% 0.46% -
HSV(B) 338.57º 0.3% 0.54% -
XYZ 17.53 14.92 16.99 -
YUV 110.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 138 96 111 0 0.30 0.20 0.46 338.57 0.18 0.46
Hex 8A 60 6F 0 1E 14 2E 153 12 2E
Octal 212 140 157 0 36 24 56 523 22 56
Binary 10001010 1100000 1101111 0 11110 10100 101110 101010011 10010 101110

Color Harmonies of #8A606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A606F

Black with #8A606F

Text Example


Text Example

White with #8A606F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,96,111); }

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

background-color css

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

 a { background-color: rgb(138,96,111); }

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

border-color css

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

 span { border-color: rgb(138,96,111); }

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