#946B76

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

Shades of Mauve Taupe #946B76

Tints of Mauve Taupe #946B76

Color information

#946B76 (or 0x946B76) is unknown color: approx Mauve Taupe. HEX triplet: 94, 6B and 76. RGB value is (148,107,118). Sum of RGB (Red+Green+Blue) = 148+107+118=373 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.68% from 373); Green value is 107 (42.19% from 255 or 28.69% from 373); Blue value is 118 (46.48% from 255 or 31.64% from 373); Max value from RGB is 148 - color contains mainly: red. Hex color #946B76 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946B76 is #6B9489. Grayscale: #787878. Windows color (decimal): -7050378 or 7760788. OLE color: 7760788.

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

Color convert

RGB148107118-
CMYK00.280.200.42
HSL343.9º16.08%50%-
HSV(B)343.9º27.7%58.04%-
XYZ20.7418.1219.54-
YUV120.51126.58147.61-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.68%
GREEN value IS 107 (42.19% from 255) = 28.69%
BLUE value IS 118 (46.48% from 255) = 31.64%
R=39.68%
G=28.69%
B=31.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810711800.280.200.42343.916.0850
Hex946B7601C142A1581032
Octal22415316603424525302062
Binary10010100110101111101100111001010010101010101100010000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,107,118); }

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

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

 a { background-color: rgb(148,107,118); }

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

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

 span { border-color: rgb(148,107,118); }

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