#8B6067

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

Shades of Mauve Taupe #8B6067

Tints of Mauve Taupe #8B6067

Color information

#8B6067 (or 0x8B6067) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 60 and 67. RGB value is (139,96,103). Sum of RGB (Red+Green+Blue) = 139+96+103=338 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.12% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 103 (40.62% from 255 or 30.47% from 338); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6067 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6067 is #749F98. Grayscale: #6D6D6D. Windows color (decimal): -7643033 or 6774923. OLE color: 6774923.

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

Color convert

RGB13996103-
CMYK00.310.260.45
HSL350.23º18.3%46.08%-
HSV(B)350.23º30.94%54.51%-
XYZ17.2814.8314.78-
YUV109.66124.25148.93-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.12%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 103 (40.62% from 255) = 30.47%
R=41.12%
G=28.40%
B=30.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399610300.310.260.45350.2318.346.08
Hex8B606701F1A2D15e122e
Octal21314014703732555362256
Binary10001011110000011001110111111101010110110101111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,96,103); }

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

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

 a { background-color: rgb(139,96,103); }

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

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

 span { border-color: rgb(139,96,103); }

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