Html Css Color HEX #915B75 Mauve Taupe

📋 copy color: '#915B75'

red 145 ◦ green 91 ◦ blue 117

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

Shades of Mauve Taupe #915B75

Tints of Mauve Taupe #915B75

RGB

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

 GREEN value IS 91 (35.94% from 255) = 25.78%

 BLUE value IS 117 (46.09% from 255) = 33.14%

R = 41.08%
G = 25.78%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#915B75 (or 0x915B75) is known color: Mauve Taupe. HEX triplet: 91, 5B and 75. RGB value is (145,91,117). Sum of RGB (Red+Green+Blue) = 145+91+117=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 91 (35.94% from 255 or 25.78% from 353); Blue value is 117 (46.09% from 255 or 33.14% from 353); Max value from RGB is 145 - color contains mainly: red. Hex color #915B75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915B75 is #6EA48A. Grayscale: #6E6E6E. Windows color (decimal): -7251083 or 7691153. OLE color: 7691153.

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

Color convert

RGB 145 91 117 -
CMYK 0 0.37 0.19 0.43
HSL 331.11º 0.23% 0.46% -
HSV(B) 331.11º 0.37% 0.57% -
XYZ 18.63 14.79 18.7 -
YUV 110.11 131.89 152.89 -
System Red Green Blue C M Y K H S L
Decimal 145 91 117 0 0.37 0.19 0.43 331.11 0.23 0.46
Hex 91 5B 75 0 25 13 2B 14B 17 2E
Octal 221 133 165 0 45 23 53 513 27 56
Binary 10010001 1011011 1110101 0 100101 10011 101011 101001011 10111 101110

Color Harmonies of #915B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915B75

Black with #915B75

Text Example


Text Example

White with #915B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,91,117); }

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

background-color css

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

 a { background-color: rgb(145,91,117); }

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

border-color css

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

 span { border-color: rgb(145,91,117); }

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