#92686D

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

Shades of Mauve Taupe #92686D

Tints of Mauve Taupe #92686D

Color information

#92686D (or 0x92686D) is unknown color: approx Mauve Taupe. HEX triplet: 92, 68 and 6D. RGB value is (146,104,109). Sum of RGB (Red+Green+Blue) = 146+104+109=359 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.67% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 109 (42.97% from 255 or 30.36% from 359); Max value from RGB is 146 - color contains mainly: red. Hex color #92686D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92686D is #6D9792. Grayscale: #757575. Windows color (decimal): -7182227 or 7170194. OLE color: 7170194.

HSL color Cylindrical-coordinate representation of color #92686D: hue angle of 352.86º 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 #92686D is Cyan = 0, Magento = 0.29, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB146104109-
CMYK00.290.250.43
HSL352.86º16.8%49.02%-
HSV(B)352.86º28.77%57.25%-
XYZ19.5617.1216.74-
YUV117.13123.41148.59-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.67%
GREEN value IS 104 (41.02% from 255) = 28.97%
BLUE value IS 109 (42.97% from 255) = 30.36%
R=40.67%
G=28.97%
B=30.36%

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
Decimal14610410900.290.250.43352.8616.849.02
Hex92686D01D192B1611131
Octal22215015503531535412161
Binary10010010110100011011010111011100110101110110000110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92686D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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