#8B6263

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

Shades of Mauve Taupe #8B6263

Tints of Mauve Taupe #8B6263

Color information

#8B6263 (or 0x8B6263) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 62 and 63. RGB value is (139,98,99). Sum of RGB (Red+Green+Blue) = 139+98+99=336 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.37% from 336); Green value is 98 (38.67% from 255 or 29.17% from 336); Blue value is 99 (39.06% from 255 or 29.46% from 336); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6263 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6263 is #749D9C. Grayscale: #6E6E6E. Windows color (decimal): -7642525 or 6513291. OLE color: 6513291.

HSL color Cylindrical-coordinate representation of color #8B6263: hue angle of 358.54º 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 #8B6263 is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.45.

Color convert

RGB1399899-
CMYK00.290.290.45
HSL358.54º17.3%46.47%-
HSV(B)358.54º29.5%54.51%-
XYZ17.2715.1313.81-
YUV110.37121.58148.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.37%
GREEN value IS 98 (38.67% from 255) = 29.17%
BLUE value IS 99 (39.06% from 255) = 29.46%
R=41.37%
G=29.17%
B=29.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139989900.290.290.45358.5417.346.47
Hex8B626301D1D2D167112e
Octal21314214303535555472156
Binary10001011110001011000110111011110110110110110011110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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