#8A636B

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

Shades of Mauve Taupe #8A636B

Tints of Mauve Taupe #8A636B

Color information

#8A636B (or 0x8A636B) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 63 and 6B. RGB value is (138,99,107). Sum of RGB (Red+Green+Blue) = 138+99+107=344 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.12% from 344); Green value is 99 (39.06% from 255 or 28.78% from 344); Blue value is 107 (42.19% from 255 or 31.10% from 344); Max value from RGB is 138 - color contains mainly: red. Hex color #8A636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A636B is #759C94. Grayscale: #6F6F6F. Windows color (decimal): -7707797 or 7037834. OLE color: 7037834.

HSL color Cylindrical-coordinate representation of color #8A636B: hue angle of 347.69º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #8A636B is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.46.

Color convert

RGB13899107-
CMYK00.280.220.46
HSL347.69º16.46%46.47%-
HSV(B)347.69º28.26%54.12%-
XYZ17.615.3915.95-
YUV111.57125.42146.85-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.12%
GREEN value IS 99 (39.06% from 255) = 28.78%
BLUE value IS 107 (42.19% from 255) = 31.10%
R=40.12%
G=28.78%
B=31.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1389910700.280.220.46347.6916.4646.47
Hex8A636B01C162E15c102e
Octal21214315303426565342056
Binary10001010110001111010110111001011010111010101110010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,99,107); }

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

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

 a { background-color: rgb(138,99,107); }

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

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

 span { border-color: rgb(138,99,107); }

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