#925C6B

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

Shades of Mauve Taupe #925C6B

Tints of Mauve Taupe #925C6B

Color information

#925C6B (or 0x925C6B) is unknown color: approx Mauve Taupe. HEX triplet: 92, 5C and 6B. RGB value is (146,92,107). Sum of RGB (Red+Green+Blue) = 146+92+107=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 107 (42.19% from 255 or 31.01% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #925C6B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925C6B is #6DA394. Grayscale: #6D6D6D. Windows color (decimal): -7185301 or 7036050. OLE color: 7036050.

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

Color convert

RGB14692107-
CMYK00.370.270.43
HSL343.33º22.69%46.67%-
HSV(B)343.33º36.99%57.25%-
XYZ18.3414.8315.81-
YUV109.86126.39153.78-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.32%
GREEN value IS 92 (36.33% from 255) = 26.67%
BLUE value IS 107 (42.19% from 255) = 31.01%
R=42.32%
G=26.67%
B=31.01%

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
Decimal1469210700.370.270.43343.3322.6946.67
Hex925C6B0251B2B157172f
Octal22213415304533535272757
Binary100100101011100110101101001011101110101110101011110111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925C6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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