Html Css Color HEX #915D64 Mauve Taupe

📋 copy color: '#915D64'

red 145 ◦ green 93 ◦ blue 100

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

Shades of Mauve Taupe #915D64

Tints of Mauve Taupe #915D64

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.59%

R = 42.9%
G = 27.51%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.31

 K value IS 0.43

RGB Variations

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

Color information

#915D64 (or 0x915D64) is known color: Mauve Taupe. HEX triplet: 91, 5D and 64. RGB value is (145,93,100). Sum of RGB (Red+Green+Blue) = 145+93+100=338 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.90% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 100 (39.45% from 255 or 29.59% from 338); Max value from RGB is 145 - color contains mainly: red. Hex color #915D64 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915D64 is #6EA29B. Grayscale: #6D6D6D. Windows color (decimal): -7250588 or 6577553. OLE color: 6577553.

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

Color convert

RGB 145 93 100 -
CMYK 0 0.36 0.31 0.43
HSL 351.92º 0.22% 0.47% -
HSV(B) 351.92º 0.36% 0.57% -
XYZ 17.89 14.77 13.96 -
YUV 109.35 122.73 153.43 -
System Red Green Blue C M Y K H S L
Decimal 145 93 100 0 0.36 0.31 0.43 351.92 0.22 0.47
Hex 91 5D 64 0 24 1F 2B 160 16 2F
Octal 221 135 144 0 44 37 53 540 26 57
Binary 10010001 1011101 1100100 0 100100 11111 101011 101100000 10110 101111

Color Harmonies of #915D64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915D64

Black with #915D64

Text Example


Text Example

White with #915D64

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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