#94696D

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

Shades of Mauve Taupe #94696D

Tints of Mauve Taupe #94696D

Color information

#94696D (or 0x94696D) is unknown color: approx Mauve Taupe. HEX triplet: 94, 69 and 6D. RGB value is (148,105,109). Sum of RGB (Red+Green+Blue) = 148+105+109=362 (47% of max value = 765). Red value is 148 (58.20% from 255 or 40.88% from 362); Green value is 105 (41.41% from 255 or 29.01% from 362); Blue value is 109 (42.97% from 255 or 30.11% from 362); Max value from RGB is 148 - color contains mainly: red. Hex color #94696D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94696D is #6B9692. Grayscale: #767676. Windows color (decimal): -7050899 or 7170452. OLE color: 7170452.

HSL color Cylindrical-coordinate representation of color #94696D: hue angle of 354.42º degrees, saturation: 0.17, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #94696D is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB148105109-
CMYK00.290.260.42
HSL354.42º17%49.61%-
HSV(B)354.42º29.05%58.04%-
XYZ20.0217.516.79-
YUV118.31122.75149.17-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.88%
GREEN value IS 105 (41.41% from 255) = 29.01%
BLUE value IS 109 (42.97% from 255) = 30.11%
R=40.88%
G=29.01%
B=30.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810510900.290.260.42354.421749.61
Hex94696D01D1A2A1621132
Octal22415115503532525422162
Binary10010100110100111011010111011101010101010110001010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94696D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94696D; }

 p { color: rgb(148,105,109); }

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

<style>
 a { background-color: #94696D; }

 a { background-color: rgb(148,105,109); }

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

<style>
 span { border-color: #94696D; }

 span { border-color: rgb(148,105,109); }

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