#946675

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

Shades of Mauve Taupe #946675

Tints of Mauve Taupe #946675

Color information

#946675 (or 0x946675) is unknown color: approx Mauve Taupe. HEX triplet: 94, 66 and 75. RGB value is (148,102,117). Sum of RGB (Red+Green+Blue) = 148+102+117=367 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.33% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 148 - color contains mainly: red. Hex color #946675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946675 is #6B998A. Grayscale: #757575. Windows color (decimal): -7051659 or 7693972. OLE color: 7693972.

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

Color convert

RGB148102117-
CMYK00.310.210.42
HSL340.43º18.4%49.02%-
HSV(B)340.43º31.08%58.04%-
XYZ20.1817.0819.06-
YUV117.46127.74149.78-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.33%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 117 (46.09% from 255) = 31.88%
R=40.33%
G=27.79%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810211700.310.210.42340.4318.449.02
Hex94667501F152A1541231
Octal22414616503725525242261
Binary10010100110011011101010111111010110101010101010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946675; }

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

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

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

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

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

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

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

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