#926974

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

Shades of Mauve Taupe #926974

Tints of Mauve Taupe #926974

Color information

#926974 (or 0x926974) is unknown color: approx Mauve Taupe. HEX triplet: 92, 69 and 74. RGB value is (146,105,116). Sum of RGB (Red+Green+Blue) = 146+105+116=367 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.78% from 367); Green value is 105 (41.41% from 255 or 28.61% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 146 - color contains mainly: red. Hex color #926974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926974 is #6D968B. Grayscale: #767676. Windows color (decimal): -7181964 or 7629202. OLE color: 7629202.

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

Color convert

RGB146105116-
CMYK00.280.210.43
HSL343.9º16.33%49.22%-
HSV(B)343.9º28.08%57.25%-
XYZ20.0617.4818.84-
YUV118.51126.58147.61-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.78%
GREEN value IS 105 (41.41% from 255) = 28.61%
BLUE value IS 116 (45.70% from 255) = 31.61%
R=39.78%
G=28.61%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610511600.280.210.43343.916.3349.22
Hex92697401C152B1581031
Octal22215116403425535302061
Binary10010010110100111101000111001010110101110101100010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926974; }

 p { color: rgb(146,105,116); }

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

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

 a { background-color: rgb(146,105,116); }

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

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

 span { border-color: rgb(146,105,116); }

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