#9A666F

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

Shades of Mauve Taupe #9A666F

Tints of Mauve Taupe #9A666F

Color information

#9A666F (or 0x9A666F) is unknown color: approx Mauve Taupe. HEX triplet: 9A, 66 and 6F. RGB value is (154,102,111). Sum of RGB (Red+Green+Blue) = 154+102+111=367 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.96% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 154 - color contains mainly: red. Hex color #9A666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9A666F is #659990. Grayscale: #767676. Windows color (decimal): -6658449 or 7300762. OLE color: 7300762.

HSL color Cylindrical-coordinate representation of color #9A666F: hue angle of 349.62º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9A666F is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.40.

Color convert

RGB154102111-
CMYK00.340.280.40
HSL349.62º20.47%50.2%-
HSV(B)349.62º33.77%60.39%-
XYZ20.9517.5217.32-
YUV118.57123.73153.27-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.96%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 111 (43.75% from 255) = 30.25%
R=41.96%
G=27.79%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15410211100.340.280.40349.6220.4750.2
Hex9A666F0221C2815e1432
Octal23214615704234505362462
Binary100110101100110110111101000101110010100010101111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A666F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A666F; }

 p { color: rgb(154,102,111); }

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

<style>
 a { background-color: #9A666F; }

 a { background-color: rgb(154,102,111); }

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

<style>
 span { border-color: #9A666F; }

 span { border-color: rgb(154,102,111); }

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