#92686C

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

Shades of Mauve Taupe #92686C

Tints of Mauve Taupe #92686C

Color information

#92686C (or 0x92686C) is unknown color: approx Mauve Taupe. HEX triplet: 92, 68 and 6C. RGB value is (146,104,108). Sum of RGB (Red+Green+Blue) = 146+104+108=358 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.78% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 108 (42.58% from 255 or 30.17% from 358); Max value from RGB is 146 - color contains mainly: red. Hex color #92686C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #92686C is #6D9793. Grayscale: #757575. Windows color (decimal): -7182228 or 7104658. OLE color: 7104658.

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

Color convert

RGB146104108-
CMYK00.290.260.43
HSL354.29º16.8%49.02%-
HSV(B)354.29º28.77%57.25%-
XYZ19.5117.0916.46-
YUV117.01122.91148.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.78%
GREEN value IS 104 (41.02% from 255) = 29.05%
BLUE value IS 108 (42.58% from 255) = 30.17%
R=40.78%
G=29.05%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.26
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610410800.290.260.43354.2916.849.02
Hex92686C01D1A2B1621131
Octal22215015403532535422161
Binary10010010110100011011000111011101010101110110001010001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92686C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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