Html Css Color HEX #915673 Mauve Taupe

📋 copy color: '#915673'

red 145 ◦ green 86 ◦ blue 115

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

Shades of Mauve Taupe #915673

Tints of Mauve Taupe #915673

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.86%

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

R = 41.91%
G = 24.86%
B = 33.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#915673 (or 0x915673) is known color: Mauve Taupe. HEX triplet: 91, 56 and 73. RGB value is (145,86,115). Sum of RGB (Red+Green+Blue) = 145+86+115=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 86 (33.98% from 255 or 24.86% from 346); Blue value is 115 (45.31% from 255 or 33.24% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #915673 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915673 is #6EA98C. Grayscale: #6A6A6A. Windows color (decimal): -7252365 or 7558801. OLE color: 7558801.

HSL color Cylindrical-coordinate representation of color #915673: hue angle of 330.51º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #915673 is Cyan = 0, Magento = 0.41, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 86 115 -
CMYK 0 0.41 0.21 0.43
HSL 330.51º 0.26% 0.45% -
HSV(B) 330.51º 0.41% 0.57% -
XYZ 18.1 13.91 17.95 -
YUV 106.95 132.55 155.14 -
System Red Green Blue C M Y K H S L
Decimal 145 86 115 0 0.41 0.21 0.43 330.51 0.26 0.45
Hex 91 56 73 0 29 15 2B 14B 1A 2D
Octal 221 126 163 0 51 25 53 513 32 55
Binary 10010001 1010110 1110011 0 101001 10101 101011 101001011 11010 101101

Color Harmonies of #915673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915673

Black with #915673

Text Example


Text Example

White with #915673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915673; }

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

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

background-color css

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

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

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

border-color css

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

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

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