#925C6E

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

Shades of Mauve Taupe #925C6E

Tints of Mauve Taupe #925C6E

Color information

#925C6E (or 0x925C6E) is unknown color: approx Mauve Taupe. HEX triplet: 92, 5C and 6E. RGB value is (146,92,110). Sum of RGB (Red+Green+Blue) = 146+92+110=348 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.95% from 348); Green value is 92 (36.33% from 255 or 26.44% from 348); Blue value is 110 (43.36% from 255 or 31.61% from 348); Max value from RGB is 146 - color contains mainly: red. Hex color #925C6E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925C6E is #6DA391. Grayscale: #6E6E6E. Windows color (decimal): -7185298 or 7232658. OLE color: 7232658.

HSL color Cylindrical-coordinate representation of color #925C6E: hue angle of 340º 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 #925C6E is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.43.

Color convert

RGB14692110-
CMYK00.370.250.43
HSL340º22.69%46.67%-
HSV(B)340º36.99%57.25%-
XYZ18.514.8916.65-
YUV110.2127.89153.54-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 41.95%
GREEN value IS 92 (36.33% from 255) = 26.44%
BLUE value IS 110 (43.36% from 255) = 31.61%
R=41.95%
G=26.44%
B=31.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469211000.370.250.4334022.6946.67
Hex925C6E025192B154172f
Octal22213415604531535242757
Binary100100101011100110111001001011100110101110101010010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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