Html Css Color HEX #925D71 Mauve Taupe

📋 copy color: '#925D71'

red 146 ◦ green 93 ◦ blue 113

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

Shades of Mauve Taupe #925D71

Tints of Mauve Taupe #925D71

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.42%

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

R = 41.48%
G = 26.42%
B = 32.1%

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

#925D71 (or 0x925D71) is known color: Mauve Taupe. HEX triplet: 92, 5D and 71. RGB value is (146,93,113). Sum of RGB (Red+Green+Blue) = 146+93+113=352 (46% of max value = 765). Red value is 146 (57.42% from 255 or 41.48% from 352); Green value is 93 (36.72% from 255 or 26.42% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 146 - color contains mainly: red. Hex color #925D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #925D71 is #6DA28E. Grayscale: #6F6F6F. Windows color (decimal): -7185039 or 7429522. OLE color: 7429522.

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

Color convert

RGB 146 93 113 -
CMYK 0 0.36 0.23 0.43
HSL 337.36º 0.22% 0.47% -
HSV(B) 337.36º 0.36% 0.57% -
XYZ 18.75 15.13 17.56 -
YUV 111.13 129.06 152.87 -
System Red Green Blue C M Y K H S L
Decimal 146 93 113 0 0.36 0.23 0.43 337.36 0.22 0.47
Hex 92 5D 71 0 24 17 2B 151 16 2F
Octal 222 135 161 0 44 27 53 521 26 57
Binary 10010010 1011101 1110001 0 100100 10111 101011 101010001 10110 101111

Color Harmonies of #925D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #925D71

Black with #925D71

Text Example


Text Example

White with #925D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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