#8B6667

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

Shades of Mauve Taupe #8B6667

Tints of Mauve Taupe #8B6667

Color information

#8B6667 (or 0x8B6667) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 66 and 67. RGB value is (139,102,103). Sum of RGB (Red+Green+Blue) = 139+102+103=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 102 (40.23% from 255 or 29.65% from 344); Blue value is 103 (40.62% from 255 or 29.94% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6667 is #749998. Grayscale: #717171. Windows color (decimal): -7641497 or 6776459. OLE color: 6776459.

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

Color convert

RGB139102103-
CMYK00.270.260.45
HSL358.38º15.35%47.25%-
HSV(B)358.38º26.62%54.51%-
XYZ17.8515.9714.97-
YUV113.18122.26146.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.41%
GREEN value IS 102 (40.23% from 255) = 29.65%
BLUE value IS 103 (40.62% from 255) = 29.94%
R=40.41%
G=29.65%
B=29.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.26
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910210300.270.260.45358.3815.3547.25
Hex8B666701B1A2D166f2f
Octal21314614703332555461757
Binary1000101111001101100111011011110101011011011001101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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