Html Css Color HEX #925E71 Mauve Taupe

📋 copy color: '#925E71'

red 146 ◦ green 94 ◦ blue 113

#925E71
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #925E71

Tints of Mauve Taupe #925E71

RGB

 RED value IS 146 (57.42% from 255) = 41.36%

 GREEN value IS 94 (37.11% from 255) = 26.63%

 BLUE value IS 113 (44.53% from 255) = 32.01%

R = 41.36%
G = 26.63%
B = 32.01%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#925E71 (or 0x925E71) is known color: Mauve Taupe. HEX triplet: 92, 5E and 71. RGB value is (146,94,113). Sum of RGB (Red+Green+Blue) = 146+94+113=353 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.36% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 113 (44.53% from 255 or 32.01% from 353); Max value from RGB is 146 - color contains mainly: red. Hex color #925E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925E71 is #6DA18E. Grayscale: #6F6F6F. Windows color (decimal): -7184783 or 7429778. OLE color: 7429778.

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

Color convert

RGB 146 94 113 -
CMYK 0 0.36 0.23 0.43
HSL 338.08º 0.22% 0.47% -
HSV(B) 338.08º 0.36% 0.57% -
XYZ 18.84 15.31 17.58 -
YUV 111.71 128.73 152.46 -
System Red Green Blue C M Y K H S L
Decimal 146 94 113 0 0.36 0.23 0.43 338.08 0.22 0.47
Hex 92 5E 71 0 24 17 2B 152 16 2F
Octal 222 136 161 0 44 27 53 522 26 57
Binary 10010010 1011110 1110001 0 100100 10111 101011 101010010 10110 101111

Color Harmonies of #925E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925E71

Black with #925E71

Text Example


Text Example

White with #925E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #925E71;
 }
 .AnyTagClassName
 {
   color: #925E71;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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