#8F6675

Color #8F6675 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #8F6675

Tints of Mauve Taupe #8F6675

Color information

#8F6675 (or 0x8F6675) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 66 and 75. RGB value is (143,102,117). Sum of RGB (Red+Green+Blue) = 143+102+117=362 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.50% from 362); Green value is 102 (40.23% from 255 or 28.18% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 143 - color contains mainly: red. Hex color #8F6675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F6675 is #70998A. Grayscale: #737373. Windows color (decimal): -7379339 or 7693967. OLE color: 7693967.

HSL color Cylindrical-coordinate representation of color #8F6675: hue angle of 338.05º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8F6675 is Cyan = 0, Magento = 0.29, Yellow = 0.18 and Black (K on CMYK) = 0.44.

Color convert

RGB143102117-
CMYK00.290.180.44
HSL338.05º16.73%48.04%-
HSV(B)338.05º28.67%56.08%-
XYZ19.2916.6319.02-
YUV115.97128.58147.28-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.50%
GREEN value IS 102 (40.23% from 255) = 28.18%
BLUE value IS 117 (46.09% from 255) = 32.32%
R=39.50%
G=28.18%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.18
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310211700.290.180.44338.0516.7348.04
Hex8F667501D122C1521130
Octal21714616503522545222160
Binary10001111110011011101010111011001010110010101001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F6675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,102,117); }

 H1.HeaderClassName
 {
   color: #8F6675;
 }
 .AnyTagClassName
 {
   color: #8F6675;
 }
</style>
background-color css

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

 a { background-color: rgb(143,102,117); }

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

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

 span { border-color: rgb(143,102,117); }

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