Html Css Color HEX #8A666F Mauve Taupe

📋 copy color: '#8A666F'

red 138 ◦ green 102 ◦ blue 111

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

Shades of Mauve Taupe #8A666F

Tints of Mauve Taupe #8A666F

RGB

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

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

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

R = 39.32%
G = 29.06%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.20

 K value IS 0.46

RGB Variations

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

Color information

#8A666F (or 0x8A666F) is known color: Mauve Taupe. HEX triplet: 8A, 66 and 6F. RGB value is (138,102,111). Sum of RGB (Red+Green+Blue) = 138+102+111=351 (46% of max value = 765). Red value is 138 (54.30% from 255 or 39.32% from 351); Green value is 102 (40.23% from 255 or 29.06% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 138 - color contains mainly: red. Hex color #8A666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A666F is #759990. Grayscale: #717171. Windows color (decimal): -7707025 or 7300746. OLE color: 7300746.

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

Color convert

RGB 138 102 111 -
CMYK 0 0.26 0.20 0.46
HSL 345º 0.15% 0.47% -
HSV(B) 345º 0.26% 0.54% -
XYZ 18.1 16.05 17.18 -
YUV 113.79 126.43 145.27 -
System Red Green Blue C M Y K H S L
Decimal 138 102 111 0 0.26 0.20 0.46 345 0.15 0.47
Hex 8A 66 6F 0 1A 14 2E 159 F 2F
Octal 212 146 157 0 32 24 56 531 17 57
Binary 10001010 1100110 1101111 0 11010 10100 101110 101011001 1111 101111

Color Harmonies of #8A666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A666F

Black with #8A666F

Text Example


Text Example

White with #8A666F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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