#916567

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

Shades of Mauve Taupe #916567

Tints of Mauve Taupe #916567

Color information

#916567 (or 0x916567) is unknown color: approx Mauve Taupe. HEX triplet: 91, 65 and 67. RGB value is (145,101,103). Sum of RGB (Red+Green+Blue) = 145+101+103=349 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.55% from 349); Green value is 101 (39.84% from 255 or 28.94% from 349); Blue value is 103 (40.62% from 255 or 29.51% from 349); Max value from RGB is 145 - color contains mainly: red. Hex color #916567 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916567 is #6E9A98. Grayscale: #727272. Windows color (decimal): -7248537 or 6776209. OLE color: 6776209.

HSL color Cylindrical-coordinate representation of color #916567: hue angle of 357.27º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #916567 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB145101103-
CMYK00.300.290.43
HSL357.27º17.89%48.24%-
HSV(B)357.27º30.34%56.86%-
XYZ18.7816.3114.99-
YUV114.38121.58149.84-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 41.55%
GREEN value IS 101 (39.84% from 255) = 28.94%
BLUE value IS 103 (40.62% from 255) = 29.51%
R=41.55%
G=28.94%
B=29.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14510110300.300.290.43357.2717.8948.24
Hex91656701E1D2B1651230
Octal22114514703635535452260
Binary10010001110010111001110111101110110101110110010110010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #916567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #916567; }

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

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

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

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

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

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

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

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