#8A6268

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

Shades of Mauve Taupe #8A6268

Tints of Mauve Taupe #8A6268

Color information

#8A6268 (or 0x8A6268) is unknown color: approx Mauve Taupe. HEX triplet: 8A, 62 and 68. RGB value is (138,98,104). Sum of RGB (Red+Green+Blue) = 138+98+104=340 (45% of max value = 765). Red value is 138 (54.30% from 255 or 40.59% from 340); Green value is 98 (38.67% from 255 or 28.82% from 340); Blue value is 104 (41.02% from 255 or 30.59% from 340); Max value from RGB is 138 - color contains mainly: red. Hex color #8A6268 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A6268 is #759D97. Grayscale: #6E6E6E. Windows color (decimal): -7708056 or 6840970. OLE color: 6840970.

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

Color convert

RGB13898104-
CMYK00.290.250.46
HSL351º16.95%46.27%-
HSV(B)351º28.99%54.12%-
XYZ17.3515.1415.1-
YUV110.64124.25147.51-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 40.59%
GREEN value IS 98 (38.67% from 255) = 28.82%
BLUE value IS 104 (41.02% from 255) = 30.59%
R=40.59%
G=28.82%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1389810400.290.250.4635116.9546.27
Hex8A626801D192E15f112e
Octal21214215003531565372156
Binary10001010110001011010000111011100110111010101111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A6268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,98,104); }

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

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

 a { background-color: rgb(138,98,104); }

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

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

 span { border-color: rgb(138,98,104); }

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