#925C6F

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

Shades of Mauve Taupe #925C6F

Tints of Mauve Taupe #925C6F

Color information

#925C6F (or 0x925C6F) is unknown color: approx Mauve Taupe. HEX triplet: 92, 5C and 6F. RGB value is (146,92,111). Sum of RGB (Red+Green+Blue) = 146+92+111=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 92 (36.33% from 255 or 26.36% from 349); Blue value is 111 (43.75% from 255 or 31.81% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #925C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925C6F is #6DA390. Grayscale: #6E6E6E. Windows color (decimal): -7185297 or 7298194. OLE color: 7298194.

HSL color Cylindrical-coordinate representation of color #925C6F: hue angle of 338.89º degrees, saturation: 0.23, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #925C6F is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.43.

Color convert

RGB14692111-
CMYK00.370.240.43
HSL338.89º22.69%46.67%-
HSV(B)338.89º36.99%57.25%-
XYZ18.5514.9116.94-
YUV110.31128.39153.46-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.83%
GREEN value IS 92 (36.33% from 255) = 26.36%
BLUE value IS 111 (43.75% from 255) = 31.81%
R=41.83%
G=26.36%
B=31.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.24
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469211100.370.240.43338.8922.6946.67
Hex925C6F025182B153172f
Octal22213415704530535232757
Binary100100101011100110111101001011100010101110101001110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #925C6F; }

 p { color: rgb(146,92,111); }

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

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

 a { background-color: rgb(146,92,111); }

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

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

 span { border-color: rgb(146,92,111); }

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