#916768

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

Shades of Mauve Taupe #916768

Tints of Mauve Taupe #916768

Color information

#916768 (or 0x916768) is unknown color: approx Mauve Taupe. HEX triplet: 91, 67 and 68. RGB value is (145,103,104). Sum of RGB (Red+Green+Blue) = 145+103+104=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 103 (40.62% from 255 or 29.26% from 352); Blue value is 104 (41.02% from 255 or 29.55% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #916768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916768 is #6E9897. Grayscale: #737373. Windows color (decimal): -7248024 or 6842257. OLE color: 6842257.

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

Color convert

RGB145103104-
CMYK00.290.280.43
HSL358.57º16.94%48.63%-
HSV(B)358.57º28.97%56.86%-
XYZ19.0316.7215.32-
YUV115.67121.41148.92-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.19%
GREEN value IS 103 (40.62% from 255) = 29.26%
BLUE value IS 104 (41.02% from 255) = 29.55%
R=41.19%
G=29.26%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510310400.290.280.43358.5716.9448.63
Hex91676801D1C2B1671131
Octal22114715003534535472161
Binary10010001110011111010000111011110010101110110011110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916768; }

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

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

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

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

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

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

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

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