#8B6274

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

Shades of Mauve Taupe #8B6274

Tints of Mauve Taupe #8B6274

Color information

#8B6274 (or 0x8B6274) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 62 and 74. RGB value is (139,98,116). Sum of RGB (Red+Green+Blue) = 139+98+116=353 (46% of max value = 765). Red value is 139 (54.69% from 255 or 39.38% from 353); Green value is 98 (38.67% from 255 or 27.76% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6274 is #749D8B. Grayscale: #707070. Windows color (decimal): -7642508 or 7627403. OLE color: 7627403.

HSL color Cylindrical-coordinate representation of color #8B6274: hue angle of 333.66º degrees, saturation: 0.17, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B6274 is Cyan = 0, Magento = 0.29, Yellow = 0.17 and Black (K on CMYK) = 0.45.

Color convert

RGB13998116-
CMYK00.290.170.45
HSL333.66º17.3%46.47%-
HSV(B)333.66º29.5%54.51%-
XYZ18.1715.4918.55-
YUV112.31130.08147.04-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 39.38%
GREEN value IS 98 (38.67% from 255) = 27.76%
BLUE value IS 116 (45.70% from 255) = 32.86%
R=39.38%
G=27.76%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.17
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399811600.290.170.45333.6617.346.47
Hex8B627401D112D14e112e
Octal21314216403521555162156
Binary10001011110001011101000111011000110110110100111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,98,116); }

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

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

 a { background-color: rgb(139,98,116); }

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

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

 span { border-color: rgb(139,98,116); }

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