Html Css Color HEX #915C6D Mauve Taupe

📋 copy color: '#915C6D'

red 145 ◦ green 92 ◦ blue 109

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

Shades of Mauve Taupe #915C6D

Tints of Mauve Taupe #915C6D

RGB

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

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

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

R = 41.91%
G = 26.59%
B = 31.5%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.25

 K value IS 0.43

RGB Variations

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

Color information

#915C6D (or 0x915C6D) is known color: Mauve Taupe. HEX triplet: 91, 5C and 6D. RGB value is (145,92,109). Sum of RGB (Red+Green+Blue) = 145+92+109=346 (45% of max value = 765). Red value is 145 (57.03% from 255 or 41.91% from 346); Green value is 92 (36.33% from 255 or 26.59% from 346); Blue value is 109 (42.97% from 255 or 31.50% from 346); Max value from RGB is 145 - color contains mainly: red. Hex color #915C6D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C6D is #6EA392. Grayscale: #6D6D6D. Windows color (decimal): -7250835 or 7167121. OLE color: 7167121.

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

Color convert

RGB 145 92 109 -
CMYK 0 0.37 0.25 0.43
HSL 340.75º 0.22% 0.46% -
HSV(B) 340.75º 0.37% 0.57% -
XYZ 18.26 14.78 16.36 -
YUV 109.79 127.56 153.12 -
System Red Green Blue C M Y K H S L
Decimal 145 92 109 0 0.37 0.25 0.43 340.75 0.22 0.46
Hex 91 5C 6D 0 25 19 2B 155 16 2E
Octal 221 134 155 0 45 31 53 525 26 56
Binary 10010001 1011100 1101101 0 100101 11001 101011 101010101 10110 101110

Color Harmonies of #915C6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915C6D

Black with #915C6D

Text Example


Text Example

White with #915C6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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