#8C626A

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

Shades of Mauve Taupe #8C626A

Tints of Mauve Taupe #8C626A

Color information

#8C626A (or 0x8C626A) is unknown color: approx Mauve Taupe. HEX triplet: 8C, 62 and 6A. RGB value is (140,98,106). Sum of RGB (Red+Green+Blue) = 140+98+106=344 (45% of max value = 765). Red value is 140 (55.08% from 255 or 40.70% from 344); Green value is 98 (38.67% from 255 or 28.49% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 140 - color contains mainly: red. Hex color #8C626A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8C626A is #739D95. Grayscale: #6F6F6F. Windows color (decimal): -7576982 or 6972044. OLE color: 6972044.

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

Color convert

RGB14098106-
CMYK00.30.240.45
HSL348.57º17.65%46.67%-
HSV(B)348.57º30%54.9%-
XYZ17.7815.3515.66-
YUV111.47124.91148.35-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 40.70%
GREEN value IS 98 (38.67% from 255) = 28.49%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=40.70%
G=28.49%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.3
Y (Yellow) values IS 0.24
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1409810600.30.240.45348.5717.6546.67
Hex8C626A01E182D15d122f
Octal21414215203630555352257
Binary10001100110001011010100111101100010110110101110110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C626A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,98,106); }

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

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

 a { background-color: rgb(140,98,106); }

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

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

 span { border-color: rgb(140,98,106); }

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