#8B696F

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

Shades of Mauve Taupe #8B696F

Tints of Mauve Taupe #8B696F

Color information

#8B696F (or 0x8B696F) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 69 and 6F. RGB value is (139,105,111). Sum of RGB (Red+Green+Blue) = 139+105+111=355 (47% of max value = 765). Red value is 139 (54.69% from 255 or 39.15% from 355); Green value is 105 (41.41% from 255 or 29.58% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 139 - color contains mainly: red. Hex color #8B696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B696F is #749690. Grayscale: #737373. Windows color (decimal): -7640721 or 7301515. OLE color: 7301515.

HSL color Cylindrical-coordinate representation of color #8B696F: hue angle of 349.41º degrees, saturation: 0.14, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #8B696F is Cyan = 0, Magento = 0.24, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB139105111-
CMYK00.240.200.45
HSL349.41º13.93%47.84%-
HSV(B)349.41º24.46%54.51%-
XYZ18.5716.7417.29-
YUV115.85125.26144.51-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.15%
GREEN value IS 105 (41.41% from 255) = 29.58%
BLUE value IS 111 (43.75% from 255) = 31.27%
R=39.15%
G=29.58%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910511100.240.200.45349.4113.9347.84
Hex8B696F018142D15de30
Octal21315115703024555351660
Binary1000101111010011101111011000101001011011010111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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