Html Css Color HEX #915D6C Mauve Taupe

📋 copy color: '#915D6C'

red 145 ◦ green 93 ◦ blue 108

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

Shades of Mauve Taupe #915D6C

Tints of Mauve Taupe #915D6C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 26.88%

 BLUE value IS 108 (42.58% from 255) = 31.21%

R = 41.91%
G = 26.88%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#915D6C (or 0x915D6C) is known color: Mauve Taupe. HEX triplet: 91, 5D and 6C. RGB value is (145,93,108). Sum of RGB (Red+Green+Blue) = 145+93+108=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 93 (36.72% from 255 or 26.88% from 346); Blue value is 108 (42.58% from 255 or 31.21% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #915D6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915D6C is #6EA293. Grayscale: #6E6E6E. Windows color (decimal): -7250580 or 7101841. OLE color: 7101841.

HSL color Cylindrical-coordinate representation of color #915D6C: hue angle of 342.69º degrees, saturation: 0.22, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #915D6C is Cyan = 0, Magento = 0.36, Yellow = 0.26 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 93 108 -
CMYK 0 0.36 0.26 0.43
HSL 342.69º 0.22% 0.47% -
HSV(B) 342.69º 0.36% 0.57% -
XYZ 18.3 14.93 16.1 -
YUV 110.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 145 93 108 0 0.36 0.26 0.43 342.69 0.22 0.47
Hex 91 5D 6C 0 24 1A 2B 157 16 2F
Octal 221 135 154 0 44 32 53 527 26 57
Binary 10010001 1011101 1101100 0 100100 11010 101011 101010111 10110 101111

Color Harmonies of #915D6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915D6C

Black with #915D6C

Text Example


Text Example

White with #915D6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,93,108); }

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

background-color css

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

 a { background-color: rgb(145,93,108); }

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

border-color css

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

 span { border-color: rgb(145,93,108); }

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