Html Css Color HEX #915C6C Mauve Taupe

📋 copy color: '#915C6C'

red 145 ◦ green 92 ◦ blue 108

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

Shades of Mauve Taupe #915C6C

Tints of Mauve Taupe #915C6C

RGB

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

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

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

R = 42.03%
G = 26.67%
B = 31.3%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.26

 K value IS 0.43

RGB Variations

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

Color information

#915C6C (or 0x915C6C) is known color: Mauve Taupe. HEX triplet: 91, 5C and 6C. RGB value is (145,92,108). Sum of RGB (Red+Green+Blue) = 145+92+108=345 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.03% from 345); Green value is 92 (36.33% from 255 or 26.67% from 345); Blue value is 108 (42.58% from 255 or 31.30% from 345); Max value from RGB is 145 - color contains mainly: red. Hex color #915C6C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C6C is #6EA393. Grayscale: #6D6D6D. Windows color (decimal): -7250836 or 7101585. OLE color: 7101585.

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

Color convert

RGB 145 92 108 -
CMYK 0 0.37 0.26 0.43
HSL 341.89º 0.22% 0.46% -
HSV(B) 341.89º 0.37% 0.57% -
XYZ 18.21 14.76 16.08 -
YUV 109.67 127.06 153.2 -
System Red Green Blue C M Y K H S L
Decimal 145 92 108 0 0.37 0.26 0.43 341.89 0.22 0.46
Hex 91 5C 6C 0 25 1A 2B 156 16 2E
Octal 221 134 154 0 45 32 53 526 26 56
Binary 10010001 1011100 1101100 0 100101 11010 101011 101010110 10110 101110

Color Harmonies of #915C6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915C6C

Black with #915C6C

Text Example


Text Example

White with #915C6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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