#94686B

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

Shades of Mauve Taupe #94686B

Tints of Mauve Taupe #94686B

Color information

#94686B (or 0x94686B) is unknown color: approx Mauve Taupe. HEX triplet: 94, 68 and 6B. RGB value is (148,104,107). Sum of RGB (Red+Green+Blue) = 148+104+107=359 (47% of max value = 765). Red value is 148 (58.20% from 255 or 41.23% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 107 (42.19% from 255 or 29.81% from 359); Max value from RGB is 148 - color contains mainly: red. Hex color #94686B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94686B is #6B9794. Grayscale: #757575. Windows color (decimal): -7051157 or 7039124. OLE color: 7039124.

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

Color convert

RGB148104107-
CMYK00.300.280.42
HSL355.91º17.46%49.41%-
HSV(B)355.91º29.73%58.04%-
XYZ19.8217.2616.2-
YUV117.5122.08149.76-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 41.23%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 107 (42.19% from 255) = 29.81%
R=41.23%
G=28.97%
B=29.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14810410700.300.280.42355.9117.4649.41
Hex94686B01E1C2A1641131
Octal22415015303634525442161
Binary10010100110100011010110111101110010101010110010010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94686B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94686B; }

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

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

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

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

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

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

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

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