#94616B

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

Shades of Mauve Taupe #94616B

Tints of Mauve Taupe #94616B

Color information

#94616B (or 0x94616B) is unknown color: approx Mauve Taupe. HEX triplet: 94, 61 and 6B. RGB value is (148,97,107). Sum of RGB (Red+Green+Blue) = 148+97+107=352 (46% of max value = 765). Red value is 148 (58.20% from 255 or 42.05% from 352); Green value is 97 (38.28% from 255 or 27.56% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 148 - color contains mainly: red. Hex color #94616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #94616B is #6B9E94. Grayscale: #717171. Windows color (decimal): -7052949 or 7037332. OLE color: 7037332.

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

Color convert

RGB14897107-
CMYK00.340.280.42
HSL348.24º20.82%48.04%-
HSV(B)348.24º34.46%58.04%-
XYZ19.1415.9115.97-
YUV113.39124.4152.69-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 42.05%
GREEN value IS 97 (38.28% from 255) = 27.56%
BLUE value IS 107 (42.19% from 255) = 30.40%
R=42.05%
G=27.56%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489710700.340.280.42348.2420.8248.04
Hex94616B0221C2A15c1530
Octal22414115304234525342560
Binary100101001100001110101101000101110010101010101110010101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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