Html Css Color HEX #915C71 Mauve Taupe

📋 copy color: '#915C71'

red 145 ◦ green 92 ◦ blue 113

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

Shades of Mauve Taupe #915C71

Tints of Mauve Taupe #915C71

RGB

 RED value IS 145 (57.03% from 255) = 41.43%

 GREEN value IS 92 (36.33% from 255) = 26.29%

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

R = 41.43%
G = 26.29%
B = 32.29%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.22

 K value IS 0.43

RGB Variations

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

Color information

#915C71 (or 0x915C71) is known color: Mauve Taupe. HEX triplet: 91, 5C and 71. RGB value is (145,92,113). Sum of RGB (Red+Green+Blue) = 145+92+113=350 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.43% from 350); Green value is 92 (36.33% from 255 or 26.29% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 145 - color contains mainly: red. Hex color #915C71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C71 is #6EA38E. Grayscale: #6E6E6E. Windows color (decimal): -7250831 or 7429265. OLE color: 7429265.

HSL color Cylindrical-coordinate representation of color #915C71: hue angle of 336.23º degrees, saturation: 0.22, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #915C71 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 92 113 -
CMYK 0 0.37 0.22 0.43
HSL 336.23º 0.22% 0.46% -
HSV(B) 336.23º 0.37% 0.57% -
XYZ 18.48 14.87 17.52 -
YUV 110.24 129.56 152.79 -
System Red Green Blue C M Y K H S L
Decimal 145 92 113 0 0.37 0.22 0.43 336.23 0.22 0.46
Hex 91 5C 71 0 25 16 2B 150 16 2E
Octal 221 134 161 0 45 26 53 520 26 56
Binary 10010001 1011100 1110001 0 100101 10110 101011 101010000 10110 101110

Color Harmonies of #915C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915C71

Black with #915C71

Text Example


Text Example

White with #915C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915C71; }

 p { color: rgb(145,92,113); }

 H1.HeaderClassName
 {
   color: #915C71;
 }
 .AnyTagClassName
 {
   color: #915C71;
 }
</style>

background-color css

<style>
 a { background-color: #915C71; }

 a { background-color: rgb(145,92,113); }

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

border-color css

<style>
 span { border-color: #915C71; }

 span { border-color: rgb(145,92,113); }

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