#916068

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

Shades of Mauve Taupe #916068

Tints of Mauve Taupe #916068

Color information

#916068 (or 0x916068) is unknown color: approx Mauve Taupe. HEX triplet: 91, 60 and 68. RGB value is (145,96,104). Sum of RGB (Red+Green+Blue) = 145+96+104=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 96 (37.89% from 255 or 27.83% from 345); Blue value is 104 (41.02% from 255 or 30.14% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #916068 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916068 is #6E9F97. Grayscale: #6F6F6F. Windows color (decimal): -7249816 or 6840465. OLE color: 6840465.

HSL color Cylindrical-coordinate representation of color #916068: hue angle of 350.2º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #916068 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB14596104-
CMYK00.340.280.43
HSL350.2º20.33%47.25%-
HSV(B)350.2º33.79%56.86%-
XYZ18.3615.3815.1-
YUV111.56123.73151.85-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 42.03%
GREEN value IS 96 (37.89% from 255) = 27.83%
BLUE value IS 104 (41.02% from 255) = 30.14%
R=42.03%
G=27.83%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1459610400.340.280.43350.220.3347.25
Hex9160680221C2B15e142f
Octal22114015004234535362457
Binary100100011100000110100001000101110010101110101111010100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916068; }

 p { color: rgb(145,96,104); }

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

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

 a { background-color: rgb(145,96,104); }

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

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

 span { border-color: rgb(145,96,104); }

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