#92636B

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

Shades of Mauve Taupe #92636B

Tints of Mauve Taupe #92636B

Color information

#92636B (or 0x92636B) is unknown color: approx Mauve Taupe. HEX triplet: 92, 63 and 6B. RGB value is (146,99,107). Sum of RGB (Red+Green+Blue) = 146+99+107=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 99 (39.06% from 255 or 28.12% from 352); Blue value is 107 (42.19% from 255 or 30.40% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #92636B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92636B is #6D9C94. Grayscale: #717171. Windows color (decimal): -7183509 or 7037842. OLE color: 7037842.

HSL color Cylindrical-coordinate representation of color #92636B: hue angle of 349.79º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #92636B is Cyan = 0, Magento = 0.32, Yellow = 0.27 and Black (K on CMYK) = 0.43.

Color convert

RGB14699107-
CMYK00.320.270.43
HSL349.79º19.18%48.04%-
HSV(B)349.79º32.19%57.25%-
XYZ18.9716.116.02-
YUV113.96124.07150.85-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.48%
GREEN value IS 99 (39.06% from 255) = 28.12%
BLUE value IS 107 (42.19% from 255) = 30.40%
R=41.48%
G=28.12%
B=30.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469910700.320.270.43349.7919.1848.04
Hex92636B0201B2B15e1330
Octal22214315304033535362360
Binary100100101100011110101101000001101110101110101111010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92636B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92636B; }

 p { color: rgb(146,99,107); }

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

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

 a { background-color: rgb(146,99,107); }

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

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

 span { border-color: rgb(146,99,107); }

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