#92606E

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

Shades of Mauve Taupe #92606E

Tints of Mauve Taupe #92606E

Color information

#92606E (or 0x92606E) is unknown color: approx Mauve Taupe. HEX triplet: 92, 60 and 6E. RGB value is (146,96,110). Sum of RGB (Red+Green+Blue) = 146+96+110=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 110 (43.36% from 255 or 31.25% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #92606E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92606E is #6D9F91. Grayscale: #707070. Windows color (decimal): -7184274 or 7233682. OLE color: 7233682.

HSL color Cylindrical-coordinate representation of color #92606E: hue angle of 343.2º degrees, saturation: 0.21, 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 #92606E is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14696110-
CMYK00.340.250.43
HSL343.2º20.66%47.45%-
HSV(B)343.2º34.25%57.25%-
XYZ18.8515.616.77-
YUV112.55126.56151.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.48%
GREEN value IS 96 (37.89% from 255) = 27.27%
BLUE value IS 110 (43.36% from 255) = 31.25%
R=41.48%
G=27.27%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469611000.340.250.43343.220.6647.45
Hex92606E022192B157152f
Octal22214015604231535272557
Binary100100101100000110111001000101100110101110101011110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92606E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92606E; }

 p { color: rgb(146,96,110); }

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

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

 a { background-color: rgb(146,96,110); }

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

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

 span { border-color: rgb(146,96,110); }

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