#8B6264

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

Shades of Mauve Taupe #8B6264

Tints of Mauve Taupe #8B6264

Color information

#8B6264 (or 0x8B6264) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 62 and 64. RGB value is (139,98,100). Sum of RGB (Red+Green+Blue) = 139+98+100=337 (44% of max value = 765). Red value is 139 (54.69% from 255 or 41.25% from 337); Green value is 98 (38.67% from 255 or 29.08% from 337); Blue value is 100 (39.45% from 255 or 29.67% from 337); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6264 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6264 is #749D9B. Grayscale: #6E6E6E. Windows color (decimal): -7642524 or 6578827. OLE color: 6578827.

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

Color convert

RGB13998100-
CMYK00.290.280.45
HSL357.07º17.3%46.47%-
HSV(B)357.07º29.5%54.51%-
XYZ17.3215.1414.07-
YUV110.49122.08148.34-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.25%
GREEN value IS 98 (38.67% from 255) = 29.08%
BLUE value IS 100 (39.45% from 255) = 29.67%
R=41.25%
G=29.08%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399810000.290.280.45357.0717.346.47
Hex8B626401D1C2D165112e
Octal21314214403534555452156
Binary10001011110001011001000111011110010110110110010110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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