Html Css Color HEX #915C72 Mauve Taupe

📋 copy color: '#915C72'

red 145 ◦ green 92 ◦ blue 114

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

Shades of Mauve Taupe #915C72

Tints of Mauve Taupe #915C72

RGB

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

 GREEN value IS 92 (36.33% from 255) = 26.21%

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

R = 41.31%
G = 26.21%
B = 32.48%

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

#915C72 (or 0x915C72) is known color: Mauve Taupe. HEX triplet: 91, 5C and 72. RGB value is (145,92,114). Sum of RGB (Red+Green+Blue) = 145+92+114=351 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.31% from 351); Green value is 92 (36.33% from 255 or 26.21% from 351); Blue value is 114 (44.92% from 255 or 32.48% from 351); Max value from RGB is 145 - color contains mainly: red. Hex color #915C72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C72 is #6EA38D. Grayscale: #6E6E6E. Windows color (decimal): -7250830 or 7494801. OLE color: 7494801.

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

Color convert

RGB 145 92 114 -
CMYK 0 0.37 0.21 0.43
HSL 335.09º 0.22% 0.46% -
HSV(B) 335.09º 0.37% 0.57% -
XYZ 18.54 14.89 17.82 -
YUV 110.36 130.06 152.71 -
System Red Green Blue C M Y K H S L
Decimal 145 92 114 0 0.37 0.21 0.43 335.09 0.22 0.46
Hex 91 5C 72 0 25 15 2B 14F 16 2E
Octal 221 134 162 0 45 25 53 517 26 56
Binary 10010001 1011100 1110010 0 100101 10101 101011 101001111 10110 101110

Color Harmonies of #915C72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915C72

Black with #915C72

Text Example


Text Example

White with #915C72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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