#8B6668

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

Shades of Mauve Taupe #8B6668

Tints of Mauve Taupe #8B6668

Color information

#8B6668 (or 0x8B6668) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 66 and 68. RGB value is (139,102,104). Sum of RGB (Red+Green+Blue) = 139+102+104=345 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.29% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6668 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6668 is #749997. Grayscale: #717171. Windows color (decimal): -7641496 or 6841995. OLE color: 6841995.

HSL color Cylindrical-coordinate representation of color #8B6668: hue angle of 356.76º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #8B6668 is Cyan = 0, Magento = 0.27, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB139102104-
CMYK00.270.250.45
HSL356.76º15.35%47.25%-
HSV(B)356.76º26.62%54.51%-
XYZ17.915.9915.24-
YUV113.29122.76146.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.29%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 104 (41.02% from 255) = 30.14%
R=40.29%
G=29.57%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910210400.270.250.45356.7615.3547.25
Hex8B666801B192D165f2f
Octal21314615003331555451757
Binary1000101111001101101000011011110011011011011001011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,102,104); }

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

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

 a { background-color: rgb(139,102,104); }

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

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

 span { border-color: rgb(139,102,104); }

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