#926975

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

Shades of Mauve Taupe #926975

Tints of Mauve Taupe #926975

Color information

#926975 (or 0x926975) is unknown color: approx Mauve Taupe. HEX triplet: 92, 69 and 75. RGB value is (146,105,117). Sum of RGB (Red+Green+Blue) = 146+105+117=368 (48% of max value = 765). Red value is 146 (57.42% from 255 or 39.67% from 368); Green value is 105 (41.41% from 255 or 28.53% from 368); Blue value is 117 (46.09% from 255 or 31.79% from 368); Max value from RGB is 146 - color contains mainly: red. Hex color #926975 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926975 is #6D968A. Grayscale: #767676. Windows color (decimal): -7181963 or 7694738. OLE color: 7694738.

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

Color convert

RGB146105117-
CMYK00.280.200.43
HSL342.44º16.33%49.22%-
HSV(B)342.44º28.08%57.25%-
XYZ20.1217.519.15-
YUV118.63127.08147.52-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 39.67%
GREEN value IS 105 (41.41% from 255) = 28.53%
BLUE value IS 117 (46.09% from 255) = 31.79%
R=39.67%
G=28.53%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14610511700.280.200.43342.4416.3349.22
Hex92697501C142B1561031
Octal22215116503424535262061
Binary10010010110100111101010111001010010101110101011010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #926975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #926975; }

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

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

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

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

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

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

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

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