#926770

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

Shades of Mauve Taupe #926770

Tints of Mauve Taupe #926770

Color information

#926770 (or 0x926770) is unknown color: approx Mauve Taupe. HEX triplet: 92, 67 and 70. RGB value is (146,103,112). Sum of RGB (Red+Green+Blue) = 146+103+112=361 (47% of max value = 765). Red value is 146 (57.42% from 255 or 40.44% from 361); Green value is 103 (40.62% from 255 or 28.53% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 146 - color contains mainly: red. Hex color #926770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926770 is #6D988F. Grayscale: #747474. Windows color (decimal): -7182480 or 7366546. OLE color: 7366546.

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

Color convert

RGB146103112-
CMYK00.290.230.43
HSL347.44º17.27%48.82%-
HSV(B)347.44º29.45%57.25%-
XYZ19.6316.9817.57-
YUV116.88125.25148.77-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 40.44%
GREEN value IS 103 (40.62% from 255) = 28.53%
BLUE value IS 112 (44.14% from 255) = 31.02%
R=40.44%
G=28.53%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.23
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610311200.290.230.43347.4417.2748.82
Hex92677001D172B15b1131
Octal22214716003527535332161
Binary10010010110011111100000111011011110101110101101110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926770; }

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

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

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

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

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

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

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

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