#925E69

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

Shades of Mauve Taupe #925E69

Tints of Mauve Taupe #925E69

Color information

#925E69 (or 0x925E69) is unknown color: approx Mauve Taupe. HEX triplet: 92, 5E and 69. RGB value is (146,94,105). Sum of RGB (Red+Green+Blue) = 146+94+105=345 (45% of max value = 765). Red value is 146 (57.42% from 255 or 42.32% from 345); Green value is 94 (37.11% from 255 or 27.25% from 345); Blue value is 105 (41.41% from 255 or 30.43% from 345); Max value from RGB is 146 - color contains mainly: red. Hex color #925E69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E69 is #6DA196. Grayscale: #6E6E6E. Windows color (decimal): -7184791 or 6905490. OLE color: 6905490.

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

Color convert

RGB14694105-
CMYK00.360.280.43
HSL347.31º21.67%47.06%-
HSV(B)347.31º35.62%57.25%-
XYZ18.4115.1415.32-
YUV110.8124.73153.11-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 42.32%
GREEN value IS 94 (37.11% from 255) = 27.25%
BLUE value IS 105 (41.41% from 255) = 30.43%
R=42.32%
G=27.25%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.28
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1469410500.360.280.43347.3121.6747.06
Hex925E690241C2B15b162f
Octal22213615104434535332657
Binary100100101011110110100101001001110010101110101101110110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #925E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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