#925C6A

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

Shades of Mauve Taupe #925C6A

Tints of Mauve Taupe #925C6A

Color information

#925C6A (or 0x925C6A) is unknown color: approx Mauve Taupe. HEX triplet: 92, 5C and 6A. RGB value is (146,92,106). Sum of RGB (Red+Green+Blue) = 146+92+106=344 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.44% from 344); Green value is 92 (36.33% from 255 or 26.74% from 344); Blue value is 106 (41.80% from 255 or 30.81% from 344); Max value from RGB is 146 - color contains mainly: red. Hex color #925C6A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925C6A is #6DA395. Grayscale: #6D6D6D. Windows color (decimal): -7185302 or 6970514. OLE color: 6970514.

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

Color convert

RGB14692106-
CMYK00.370.270.43
HSL344.44º22.69%46.67%-
HSV(B)344.44º36.99%57.25%-
XYZ18.2814.8115.53-
YUV109.74125.89153.86-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.44%
GREEN value IS 92 (36.33% from 255) = 26.74%
BLUE value IS 106 (41.80% from 255) = 30.81%
R=42.44%
G=26.74%
B=30.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469210600.370.270.43344.4422.6946.67
Hex925C6A0251B2B158172f
Octal22213415204533535302757
Binary100100101011100110101001001011101110101110101100010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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