#92676D

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

Shades of Mauve Taupe #92676D

Tints of Mauve Taupe #92676D

Color information

#92676D (or 0x92676D) is unknown color: approx Mauve Taupe. HEX triplet: 92, 67 and 6D. RGB value is (146,103,109). Sum of RGB (Red+Green+Blue) = 146+103+109=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 109 (42.97% from 255 or 30.45% from 358); Max value from RGB is 146 - color contains mainly: red. Hex color #92676D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92676D is #6D9892. Grayscale: #747474. Windows color (decimal): -7182483 or 7169938. OLE color: 7169938.

HSL color Cylindrical-coordinate representation of color #92676D: hue angle of 351.63º degrees, saturation: 0.17, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #92676D is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB146103109-
CMYK00.290.250.43
HSL351.63º17.27%48.82%-
HSV(B)351.63º29.45%57.25%-
XYZ19.4616.9216.71-
YUV116.54123.75149.01-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.78%
GREEN value IS 103 (40.62% from 255) = 28.77%
BLUE value IS 109 (42.97% from 255) = 30.45%
R=40.78%
G=28.77%
B=30.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610310900.290.250.43351.6317.2748.82
Hex92676D01D192B1601131
Octal22214715503531535402161
Binary10010010110011111011010111011100110101110110000010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92676D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92676D; }

 p { color: rgb(146,103,109); }

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

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

 a { background-color: rgb(146,103,109); }

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

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

 span { border-color: rgb(146,103,109); }

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