#8B6469

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

Shades of Mauve Taupe #8B6469

Tints of Mauve Taupe #8B6469

Color information

#8B6469 (or 0x8B6469) is unknown color: approx Mauve Taupe. HEX triplet: 8B, 64 and 69. RGB value is (139,100,105). Sum of RGB (Red+Green+Blue) = 139+100+105=344 (45% of max value = 765). Red value is 139 (54.69% from 255 or 40.41% from 344); Green value is 100 (39.45% from 255 or 29.07% from 344); Blue value is 105 (41.41% from 255 or 30.52% from 344); Max value from RGB is 139 - color contains mainly: red. Hex color #8B6469 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B6469 is #749B96. Grayscale: #707070. Windows color (decimal): -7642007 or 6907019. OLE color: 6907019.

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

Color convert

RGB139100105-
CMYK00.280.240.45
HSL352.31º16.32%46.86%-
HSV(B)352.31º28.06%54.51%-
XYZ17.7515.6215.44-
YUV112.23123.92147.09-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 40.41%
GREEN value IS 100 (39.45% from 255) = 29.07%
BLUE value IS 105 (41.41% from 255) = 30.52%
R=40.41%
G=29.07%
B=30.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13910010500.280.240.45352.3116.3246.86
Hex8B646901C182D160102f
Octal21314415103430555402057
Binary10001011110010011010010111001100010110110110000010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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