#8F696F

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

Shades of Mauve Taupe #8F696F

Tints of Mauve Taupe #8F696F

Color information

#8F696F (or 0x8F696F) is unknown color: approx Mauve Taupe. HEX triplet: 8F, 69 and 6F. RGB value is (143,105,111). Sum of RGB (Red+Green+Blue) = 143+105+111=359 (47% of max value = 765). Red value is 143 (56.25% from 255 or 39.83% from 359); Green value is 105 (41.41% from 255 or 29.25% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 143 - color contains mainly: red. Hex color #8F696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8F696F is #709690. Grayscale: #757575. Windows color (decimal): -7378577 or 7301519. OLE color: 7301519.

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

Color convert

RGB143105111-
CMYK00.270.220.44
HSL350.53º15.32%48.63%-
HSV(B)350.53º26.57%56.08%-
XYZ19.2517.0917.32-
YUV117.05124.59146.51-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 39.83%
GREEN value IS 105 (41.41% from 255) = 29.25%
BLUE value IS 111 (43.75% from 255) = 30.92%
R=39.83%
G=29.25%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14310511100.270.220.44350.5315.3248.63
Hex8F696F01B162C15ff31
Octal21715115703326545371761
Binary1000111111010011101111011011101101011001010111111111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,105,111); }

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

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

 a { background-color: rgb(143,105,111); }

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

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

 span { border-color: rgb(143,105,111); }

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