#946976

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

Shades of Mauve Taupe #946976

Tints of Mauve Taupe #946976

Color information

#946976 (or 0x946976) is unknown color: approx Mauve Taupe. HEX triplet: 94, 69 and 76. RGB value is (148,105,118). Sum of RGB (Red+Green+Blue) = 148+105+118=371 (49% of max value = 765). Red value is 148 (58.20% from 255 or 39.89% from 371); Green value is 105 (41.41% from 255 or 28.30% from 371); Blue value is 118 (46.48% from 255 or 31.81% from 371); Max value from RGB is 148 - color contains mainly: red. Hex color #946976 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946976 is #6B9689. Grayscale: #777777. Windows color (decimal): -7050890 or 7760276. OLE color: 7760276.

HSL color Cylindrical-coordinate representation of color #946976: hue angle of 341.86º 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 #946976 is Cyan = 0, Magento = 0.29, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB148105118-
CMYK00.290.200.42
HSL341.86º17%49.61%-
HSV(B)341.86º29.05%58.04%-
XYZ20.5317.7119.48-
YUV119.34127.25148.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 39.89%
GREEN value IS 105 (41.41% from 255) = 28.30%
BLUE value IS 118 (46.48% from 255) = 31.81%
R=39.89%
G=28.30%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810511800.290.200.42341.861749.61
Hex94697601D142A1561132
Octal22415116603524525262162
Binary10010100110100111101100111011010010101010101011010001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946976; }

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

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

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

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

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

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

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

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