Html Css Color HEX #925A71 Mauve Taupe

📋 copy color: '#925A71'

red 146 ◦ green 90 ◦ blue 113

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

Shades of Mauve Taupe #925A71

Tints of Mauve Taupe #925A71

RGB

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

 GREEN value IS 90 (35.55% from 255) = 25.79%

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

R = 41.83%
G = 25.79%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.43

RGB Variations

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

Color information

#925A71 (or 0x925A71) is known color: Mauve Taupe. HEX triplet: 92, 5A and 71. RGB value is (146,90,113). Sum of RGB (Red+Green+Blue) = 146+90+113=349 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.83% from 349); Green value is 90 (35.55% from 255 or 25.79% from 349); Blue value is 113 (44.53% from 255 or 32.38% from 349); Max value from RGB is 146 - color contains mainly: red. Hex color #925A71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925A71 is #6DA58E. Grayscale: #6D6D6D. Windows color (decimal): -7185807 or 7428754. OLE color: 7428754.

HSL color Cylindrical-coordinate representation of color #925A71: hue angle of 335.36º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #925A71 is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.43.

Color convert

RGB 146 90 113 -
CMYK 0 0.38 0.23 0.43
HSL 335.36º 0.24% 0.46% -
HSV(B) 335.36º 0.38% 0.57% -
XYZ 18.49 14.62 17.47 -
YUV 109.37 130.05 154.13 -
System Red Green Blue C M Y K H S L
Decimal 146 90 113 0 0.38 0.23 0.43 335.36 0.24 0.46
Hex 92 5A 71 0 26 17 2B 14F 18 2E
Octal 222 132 161 0 46 27 53 517 30 56
Binary 10010010 1011010 1110001 0 100110 10111 101011 101001111 11000 101110

Color Harmonies of #925A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925A71

Black with #925A71

Text Example


Text Example

White with #925A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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