#92606A

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

Shades of Mauve Taupe #92606A

Tints of Mauve Taupe #92606A

Color information

#92606A (or 0x92606A) is unknown color: approx Mauve Taupe. HEX triplet: 92, 60 and 6A. RGB value is (146,96,106). Sum of RGB (Red+Green+Blue) = 146+96+106=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 96 (37.89% from 255 or 27.59% from 348); Blue value is 106 (41.80% from 255 or 30.46% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #92606A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92606A is #6D9F95. Grayscale: #707070. Windows color (decimal): -7184278 or 6971538. OLE color: 6971538.

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

Color convert

RGB14696106-
CMYK00.340.270.43
HSL348º20.66%47.45%-
HSV(B)348º34.25%57.25%-
XYZ18.6415.5215.65-
YUV112.09124.56152.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.95%
GREEN value IS 96 (37.89% from 255) = 27.59%
BLUE value IS 106 (41.80% from 255) = 30.46%
R=41.95%
G=27.59%
B=30.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469610600.340.270.4334820.6647.45
Hex92606A0221B2B15c152f
Octal22214015204233535342557
Binary100100101100000110101001000101101110101110101110010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92606A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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