#946667

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

Shades of Mauve Taupe #946667

Tints of Mauve Taupe #946667

Color information

#946667 (or 0x946667) is unknown color: approx Mauve Taupe. HEX triplet: 94, 66 and 67. RGB value is (148,102,103). Sum of RGB (Red+Green+Blue) = 148+102+103=353 (46% of max value = 765). Red value is 148 (58.20% from 255 or 41.93% from 353); Green value is 102 (40.23% from 255 or 28.90% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 148 - color contains mainly: red. Hex color #946667 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #946667 is #6B9998. Grayscale: #737373. Windows color (decimal): -7051673 or 6776468. OLE color: 6776468.

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

Color convert

RGB148102103-
CMYK00.310.300.42
HSL358.7º18.4%49.02%-
HSV(B)358.7º31.08%58.04%-
XYZ19.4116.7815.05-
YUV115.87120.74150.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.93%
GREEN value IS 102 (40.23% from 255) = 28.90%
BLUE value IS 103 (40.62% from 255) = 29.18%
R=41.93%
G=28.90%
B=29.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810210300.310.300.42358.718.449.02
Hex94666701F1E2A1671231
Octal22414614703736525472261
Binary10010100110011011001110111111111010101010110011110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946667; }

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

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

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

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

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

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

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

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