#945A68

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

Shades of Mauve Taupe #945A68

Tints of Mauve Taupe #945A68

Color information

#945A68 (or 0x945A68) is unknown color: approx Mauve Taupe. HEX triplet: 94, 5A and 68. RGB value is (148,90,104). Sum of RGB (Red+Green+Blue) = 148+90+104=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 90 (35.55% from 255 or 26.32% from 342); Blue value is 104 (41.02% from 255 or 30.41% from 342); Max value from RGB is 148 - color contains mainly: red. Hex color #945A68 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #945A68 is #6BA597. Grayscale: #6C6C6C. Windows color (decimal): -7054744 or 6838932. OLE color: 6838932.

HSL color Cylindrical-coordinate representation of color #945A68: hue angle of 345.52º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #945A68 is Cyan = 0, Magento = 0.39, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB14890104-
CMYK00.390.300.42
HSL345.52º24.37%46.67%-
HSV(B)345.52º39.19%58.04%-
XYZ18.3714.6114.95-
YUV108.94125.22155.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.27%
GREEN value IS 90 (35.55% from 255) = 26.32%
BLUE value IS 104 (41.02% from 255) = 30.41%
R=43.27%
G=26.32%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1489010400.390.300.42345.5224.3746.67
Hex945A680271E2A15a182f
Octal22413215004736525323057
Binary100101001011010110100001001111111010101010101101011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945A68; }

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

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

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

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

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

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

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

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