#8B6468

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

Shades of Mauve Taupe #8B6468

Tints of Mauve Taupe #8B6468

Color information

#8B6468 (or 0x8B6468) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 64 and 68. RGB value is (139,100,104). Sum of RGB (Red+Green+Blue) = 139+100+104=343 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.52% from 343); Green value is 100 (39.45% from 255 or 29.15% from 343); Blue value is 104 (41.02% from 255 or 30.32% from 343); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6468 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6468 is #749B97. Grayscale: #707070. Windows color (decimal): -7642008 or 6841483. OLE color: 6841483.

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

Color convert

RGB139100104-
CMYK00.280.250.45
HSL353.85º16.32%46.86%-
HSV(B)353.85º28.06%54.51%-
XYZ17.715.615.18-
YUV112.12123.42147.17-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.52%
GREEN value IS 100 (39.45% from 255) = 29.15%
BLUE value IS 104 (41.02% from 255) = 30.32%
R=40.52%
G=29.15%
B=30.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910010400.280.250.45353.8516.3246.86
Hex8B646801C192D162102f
Octal21314415003431555422057
Binary10001011110010011010000111001100110110110110001010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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