#946872

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

Shades of Mauve Taupe #946872

Tints of Mauve Taupe #946872

Color information

#946872 (or 0x946872) is unknown color: approx Mauve Taupe. HEX triplet: 94, 68 and 72. RGB value is (148,104,114). Sum of RGB (Red+Green+Blue) = 148+104+114=366 (48% of max value = 765). Red value is 148 (58.20% from 255 or 40.44% from 366); Green value is 104 (41.02% from 255 or 28.42% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 148 - color contains mainly: red. Hex color #946872 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946872 is #6B978D. Grayscale: #767676. Windows color (decimal): -7051150 or 7497876. OLE color: 7497876.

HSL color Cylindrical-coordinate representation of color #946872: hue angle of 346.36º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #946872 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.42.

Color convert

RGB148104114-
CMYK00.300.230.42
HSL346.36º17.46%49.41%-
HSV(B)346.36º29.73%58.04%-
XYZ20.217.4118.22-
YUV118.3125.58149.19-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 40.44%
GREEN value IS 104 (41.02% from 255) = 28.42%
BLUE value IS 114 (44.92% from 255) = 31.15%
R=40.44%
G=28.42%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810411400.300.230.42346.3617.4649.41
Hex94687201E172A15a1131
Octal22415016203627525322161
Binary10010100110100011100100111101011110101010101101010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946872; }

 p { color: rgb(148,104,114); }

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

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

 a { background-color: rgb(148,104,114); }

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

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

 span { border-color: rgb(148,104,114); }

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