Html Css Color HEX #915D73 Mauve Taupe

📋 copy color: '#915D73'

red 145 ◦ green 93 ◦ blue 115

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

Shades of Mauve Taupe #915D73

Tints of Mauve Taupe #915D73

RGB

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

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

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

R = 41.08%
G = 26.35%
B = 32.58%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#915D73 (or 0x915D73) is known color: Mauve Taupe. HEX triplet: 91, 5D and 73. RGB value is (145,93,115). Sum of RGB (Red+Green+Blue) = 145+93+115=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 93 (36.72% from 255 or 26.35% from 353); Blue value is 115 (45.31% from 255 or 32.58% from 353); Max value from RGB is 145 - color contains mainly: red. Hex color #915D73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915D73 is #6EA28C. Grayscale: #6F6F6F. Windows color (decimal): -7250573 or 7560593. OLE color: 7560593.

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

Color convert

RGB 145 93 115 -
CMYK 0 0.36 0.21 0.43
HSL 334.62º 0.22% 0.47% -
HSV(B) 334.62º 0.36% 0.57% -
XYZ 18.69 15.09 18.15 -
YUV 111.06 130.23 152.21 -
System Red Green Blue C M Y K H S L
Decimal 145 93 115 0 0.36 0.21 0.43 334.62 0.22 0.47
Hex 91 5D 73 0 24 15 2B 14F 16 2F
Octal 221 135 163 0 44 25 53 517 26 57
Binary 10010001 1011101 1110011 0 100100 10101 101011 101001111 10110 101111

Color Harmonies of #915D73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915D73

Black with #915D73

Text Example


Text Example

White with #915D73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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