Html Css Color HEX #915C73 Mauve Taupe

📋 copy color: '#915C73'

red 145 ◦ green 92 ◦ blue 115

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

Shades of Mauve Taupe #915C73

Tints of Mauve Taupe #915C73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 32.67%

R = 41.19%
G = 26.14%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#915C73 (or 0x915C73) is known color: Mauve Taupe. HEX triplet: 91, 5C and 73. RGB value is (145,92,115). Sum of RGB (Red+Green+Blue) = 145+92+115=352 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.19% from 352); Green value is 92 (36.33% from 255 or 26.14% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 145 - color contains mainly: red. Hex color #915C73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C73 is #6EA38C. Grayscale: #6E6E6E. Windows color (decimal): -7250829 or 7560337. OLE color: 7560337.

HSL color Cylindrical-coordinate representation of color #915C73: hue angle of 333.96º 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 #915C73 is Cyan = 0, Magento = 0.37, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 92 115 -
CMYK 0 0.37 0.21 0.43
HSL 333.96º 0.22% 0.46% -
HSV(B) 333.96º 0.37% 0.57% -
XYZ 18.6 14.91 18.12 -
YUV 110.47 130.56 152.63 -
System Red Green Blue C M Y K H S L
Decimal 145 92 115 0 0.37 0.21 0.43 333.96 0.22 0.46
Hex 91 5C 73 0 25 15 2B 14E 16 2E
Octal 221 134 163 0 45 25 53 516 26 56
Binary 10010001 1011100 1110011 0 100101 10101 101011 101001110 10110 101110

Color Harmonies of #915C73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915C73

Black with #915C73

Text Example


Text Example

White with #915C73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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