#94676A

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

Shades of Mauve Taupe #94676A

Tints of Mauve Taupe #94676A

Color information

#94676A (or 0x94676A) is unknown color: approx Mauve Taupe. HEX triplet: 94, 67 and 6A. RGB value is (148,103,106). Sum of RGB (Red+Green+Blue) = 148+103+106=357 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.46% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 106 (41.80% from 255 or 29.69% from 357); Max value from RGB is 148 - color contains mainly: red. Hex color #94676A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94676A is #6B9895. Grayscale: #747474. Windows color (decimal): -7051414 or 6973332. OLE color: 6973332.

HSL color Cylindrical-coordinate representation of color #94676A: hue angle of 356º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94676A is Cyan = 0, Magento = 0.30, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB148103106-
CMYK00.300.280.42
HSL356º17.93%49.22%-
HSV(B)356º30.41%58.04%-
XYZ19.6617.0415.89-
YUV116.8121.91150.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.46%
GREEN value IS 103 (40.62% from 255) = 28.85%
BLUE value IS 106 (41.80% from 255) = 29.69%
R=41.46%
G=28.85%
B=29.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810310600.300.280.4235617.9349.22
Hex94676A01E1C2A1641231
Octal22414715203634525442261
Binary10010100110011111010100111101110010101010110010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94676A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94676A; }

 p { color: rgb(148,103,106); }

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

<style>
 a { background-color: #94676A; }

 a { background-color: rgb(148,103,106); }

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

<style>
 span { border-color: #94676A; }

 span { border-color: rgb(148,103,106); }

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