#946C75

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

Shades of Mauve Taupe #946C75

Tints of Mauve Taupe #946C75

Color information

#946C75 (or 0x946C75) is unknown color: approx Mauve Taupe. HEX triplet: 94, 6C and 75. RGB value is (148,108,117). Sum of RGB (Red+Green+Blue) = 148+108+117=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 108 (42.58% from 255 or 28.95% from 373); Blue value is 117 (46.09% from 255 or 31.37% from 373); Max value from RGB is 148 - color contains mainly: red. Hex color #946C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946C75 is #6B938A. Grayscale: #787878. Windows color (decimal): -7050123 or 7695508. OLE color: 7695508.

HSL color Cylindrical-coordinate representation of color #946C75: hue angle of 346.5º degrees, saturation: 0.16, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #946C75 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB148108117-
CMYK00.270.210.42
HSL346.5º15.75%50.2%-
HSV(B)346.5º27.03%58.04%-
XYZ20.7918.3119.27-
YUV120.99125.75147.27-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.68%
GREEN value IS 108 (42.58% from 255) = 28.95%
BLUE value IS 117 (46.09% from 255) = 31.37%
R=39.68%
G=28.95%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810811700.270.210.42346.515.7550.2
Hex946C7501B152A15a1032
Octal22415416503325525322062
Binary10010100110110011101010110111010110101010101101010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946C75; }

 p { color: rgb(148,108,117); }

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

<style>
 a { background-color: #946C75; }

 a { background-color: rgb(148,108,117); }

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

<style>
 span { border-color: #946C75; }

 span { border-color: rgb(148,108,117); }

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