Html Css Color HEX #915A6D Mauve Taupe

📋 copy color: '#915A6D'

red 145 ◦ green 90 ◦ blue 109

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

Shades of Mauve Taupe #915A6D

Tints of Mauve Taupe #915A6D

RGB

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

 GREEN value IS 90 (35.55% from 255) = 26.16%

 BLUE value IS 109 (42.97% from 255) = 31.69%

R = 42.15%
G = 26.16%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#915A6D (or 0x915A6D) is known color: Mauve Taupe. HEX triplet: 91, 5A and 6D. RGB value is (145,90,109). Sum of RGB (Red+Green+Blue) = 145+90+109=344 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.15% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 145 - color contains mainly: red. Hex color #915A6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915A6D is #6EA592. Grayscale: #6C6C6C. Windows color (decimal): -7251347 or 7166609. OLE color: 7166609.

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

Color convert

RGB 145 90 109 -
CMYK 0 0.38 0.25 0.43
HSL 339.27º 0.23% 0.46% -
HSV(B) 339.27º 0.38% 0.57% -
XYZ 18.09 14.44 16.3 -
YUV 108.61 128.22 153.96 -
System Red Green Blue C M Y K H S L
Decimal 145 90 109 0 0.38 0.25 0.43 339.27 0.23 0.46
Hex 91 5A 6D 0 26 19 2B 153 17 2E
Octal 221 132 155 0 46 31 53 523 27 56
Binary 10010001 1011010 1101101 0 100110 11001 101011 101010011 10111 101110

Color Harmonies of #915A6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915A6D

Black with #915A6D

Text Example


Text Example

White with #915A6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,90,109); }

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

background-color css

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

 a { background-color: rgb(145,90,109); }

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

border-color css

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

 span { border-color: rgb(145,90,109); }

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