Html Css Color HEX #915672 Mauve Taupe

📋 copy color: '#915672'

red 145 ◦ green 86 ◦ blue 114

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

Shades of Mauve Taupe #915672

Tints of Mauve Taupe #915672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 33.04%

R = 42.03%
G = 24.93%
B = 33.04%

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

#915672 (or 0x915672) is known color: Mauve Taupe. HEX triplet: 91, 56 and 72. RGB value is (145,86,114). Sum of RGB (Red+Green+Blue) = 145+86+114=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 86 (33.98% from 255 or 24.93% from 345); Blue value is 114 (44.92% from 255 or 33.04% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #915672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915672 is #6EA98D. Grayscale: #6A6A6A. Windows color (decimal): -7252366 or 7493265. OLE color: 7493265.

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

Color convert

RGB 145 86 114 -
CMYK 0 0.41 0.21 0.43
HSL 331.53º 0.26% 0.45% -
HSV(B) 331.53º 0.41% 0.57% -
XYZ 18.04 13.89 17.65 -
YUV 106.83 132.05 155.22 -
System Red Green Blue C M Y K H S L
Decimal 145 86 114 0 0.41 0.21 0.43 331.53 0.26 0.45
Hex 91 56 72 0 29 15 2B 14C 1A 2D
Octal 221 126 162 0 51 25 53 514 32 55
Binary 10010001 1010110 1110010 0 101001 10101 101011 101001100 11010 101101

Color Harmonies of #915672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915672

Black with #915672

Text Example


Text Example

White with #915672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915672; }

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

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

background-color css

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

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

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

border-color css

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

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

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