#926677

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

Shades of Mauve Taupe #926677

Tints of Mauve Taupe #926677

Color information

#926677 (or 0x926677) is unknown color: approx Mauve Taupe. HEX triplet: 92, 66 and 77. RGB value is (146,102,119). Sum of RGB (Red+Green+Blue) = 146+102+119=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 102 (40.23% from 255 or 27.79% from 367); Blue value is 119 (46.88% from 255 or 32.43% from 367); Max value from RGB is 146 - color contains mainly: red. Hex color #926677 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926677 is #6D9988. Grayscale: #757575. Windows color (decimal): -7182729 or 7825042. OLE color: 7825042.

HSL color Cylindrical-coordinate representation of color #926677: hue angle of 336.82º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #926677 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.43.

Color convert

RGB146102119-
CMYK00.300.180.43
HSL336.82º17.74%48.63%-
HSV(B)336.82º30.14%57.25%-
XYZ19.9416.9519.67-
YUV117.09129.08148.62-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.78%
GREEN value IS 102 (40.23% from 255) = 27.79%
BLUE value IS 119 (46.88% from 255) = 32.43%
R=39.78%
G=27.79%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.18
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610211900.300.180.43336.8217.7448.63
Hex92667701E122B1511231
Octal22214616703622535212261
Binary10010010110011011101110111101001010101110101000110010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926677

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926677; }

 p { color: rgb(146,102,119); }

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

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

 a { background-color: rgb(146,102,119); }

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

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

 span { border-color: rgb(146,102,119); }

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