#8A696F

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

Shades of Mauve Taupe #8A696F

Tints of Mauve Taupe #8A696F

Color information

#8A696F (or 0x8A696F) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 69 and 6F. RGB value is (138,105,111). Sum of RGB (Red+Green+Blue) = 138+105+111=354 (46% of max value = 765). Red value is 138 (54.30% from 255 or 38.98% from 354); Green value is 105 (41.41% from 255 or 29.66% from 354); Blue value is 111 (43.75% from 255 or 31.36% from 354); Max value from RGB is 138 - color contains mainly: red. Hex color #8A696F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A696F is #759690. Grayscale: #737373. Windows color (decimal): -7706257 or 7301514. OLE color: 7301514.

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

Color convert

RGB138105111-
CMYK00.240.200.46
HSL349.09º13.58%47.65%-
HSV(B)349.09º23.91%54.12%-
XYZ18.416.6517.28-
YUV115.55125.43144.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.98%
GREEN value IS 105 (41.41% from 255) = 29.66%
BLUE value IS 111 (43.75% from 255) = 31.36%
R=38.98%
G=29.66%
B=31.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13810511100.240.200.46349.0913.5847.65
Hex8A696F018142E15de30
Octal21215115703024565351660
Binary1000101011010011101111011000101001011101010111011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A696F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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