#92606F

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

Shades of Mauve Taupe #92606F

Tints of Mauve Taupe #92606F

Color information

#92606F (or 0x92606F) is unknown color: approx Mauve Taupe. HEX triplet: 92, 60 and 6F. RGB value is (146,96,111). Sum of RGB (Red+Green+Blue) = 146+96+111=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 96 (37.89% from 255 or 27.20% from 353); Blue value is 111 (43.75% from 255 or 31.44% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #92606F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92606F is #6D9F90. Grayscale: #707070. Windows color (decimal): -7184273 or 7299218. OLE color: 7299218.

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

Color convert

RGB14696111-
CMYK00.340.240.43
HSL342º20.66%47.45%-
HSV(B)342º34.25%57.25%-
XYZ18.9115.6217.06-
YUV112.66127.06151.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.36%
GREEN value IS 96 (37.89% from 255) = 27.20%
BLUE value IS 111 (43.75% from 255) = 31.44%
R=41.36%
G=27.20%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469611100.340.240.4334220.6647.45
Hex92606F022182B156152f
Octal22214015704230535262557
Binary100100101100000110111101000101100010101110101011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92606F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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