#946167

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

Shades of Mauve Taupe #946167

Tints of Mauve Taupe #946167

Color information

#946167 (or 0x946167) is unknown color: approx Mauve Taupe. HEX triplet: 94, 61 and 67. RGB value is (148,97,103). Sum of RGB (Red+Green+Blue) = 148+97+103=348 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.53% from 348); Green value is 97 (38.28% from 255 or 27.87% from 348); Blue value is 103 (40.62% from 255 or 29.60% from 348); Max value from RGB is 148 - color contains mainly: red. Hex color #946167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946167 is #6B9E98. Grayscale: #707070. Windows color (decimal): -7052953 or 6775188. OLE color: 6775188.

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

Color convert

RGB14897103-
CMYK00.340.300.42
HSL352.94º20.82%48.04%-
HSV(B)352.94º34.46%58.04%-
XYZ18.9415.8214.89-
YUV112.93122.4153.01-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.53%
GREEN value IS 97 (38.28% from 255) = 27.87%
BLUE value IS 103 (40.62% from 255) = 29.60%
R=42.53%
G=27.87%
B=29.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489710300.340.300.42352.9420.8248.04
Hex9461670221E2A1611530
Octal22414114704236525412560
Binary100101001100001110011101000101111010101010110000110101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946167; }

 p { color: rgb(148,97,103); }

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

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

 a { background-color: rgb(148,97,103); }

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

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

 span { border-color: rgb(148,97,103); }

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