Html Css Color HEX #915B73 Mauve Taupe

📋 copy color: '#915B73'

red 145 ◦ green 91 ◦ blue 115

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

Shades of Mauve Taupe #915B73

Tints of Mauve Taupe #915B73

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.93%

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

R = 41.31%
G = 25.93%
B = 32.76%

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

#915B73 (or 0x915B73) is known color: Mauve Taupe. HEX triplet: 91, 5B and 73. RGB value is (145,91,115). Sum of RGB (Red+Green+Blue) = 145+91+115=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 91 (35.94% from 255 or 25.93% from 351); Blue value is 115 (45.31% from 255 or 32.76% from 351); Max value from RGB is 145 - color contains mainly: red. Hex color #915B73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915B73 is #6EA48C. Grayscale: #6D6D6D. Windows color (decimal): -7251085 or 7560081. OLE color: 7560081.

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

Color convert

RGB 145 91 115 -
CMYK 0 0.37 0.21 0.43
HSL 333.33º 0.23% 0.46% -
HSV(B) 333.33º 0.37% 0.57% -
XYZ 18.51 14.74 18.09 -
YUV 109.88 130.89 153.05 -
System Red Green Blue C M Y K H S L
Decimal 145 91 115 0 0.37 0.21 0.43 333.33 0.23 0.46
Hex 91 5B 73 0 25 15 2B 14D 17 2E
Octal 221 133 163 0 45 25 53 515 27 56
Binary 10010001 1011011 1110011 0 100101 10101 101011 101001101 10111 101110

Color Harmonies of #915B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915B73

Black with #915B73

Text Example


Text Example

White with #915B73

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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