Html Css Color HEX #915C75 Mauve Taupe

📋 copy color: '#915C75'

red 145 ◦ green 92 ◦ blue 117

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

Shades of Mauve Taupe #915C75

Tints of Mauve Taupe #915C75

RGB

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

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

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

R = 40.96%
G = 25.99%
B = 33.05%

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

#915C75 (or 0x915C75) is known color: Mauve Taupe. HEX triplet: 91, 5C and 75. RGB value is (145,92,117). Sum of RGB (Red+Green+Blue) = 145+92+117=354 (46% of max value = 765). Red value is 145 (57.03% from 255 or 40.96% from 354); Green value is 92 (36.33% from 255 or 25.99% from 354); Blue value is 117 (46.09% from 255 or 33.05% from 354); Max value from RGB is 145 - color contains mainly: red. Hex color #915C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915C75 is #6EA38A. Grayscale: #6E6E6E. Windows color (decimal): -7250827 or 7691409. OLE color: 7691409.

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

Color convert

RGB 145 92 117 -
CMYK 0 0.37 0.19 0.43
HSL 331.7º 0.22% 0.46% -
HSV(B) 331.7º 0.37% 0.57% -
XYZ 18.72 14.96 18.73 -
YUV 110.7 131.56 152.47 -
System Red Green Blue C M Y K H S L
Decimal 145 92 117 0 0.37 0.19 0.43 331.7 0.22 0.46
Hex 91 5C 75 0 25 13 2B 14C 16 2E
Octal 221 134 165 0 45 23 53 514 26 56
Binary 10010001 1011100 1110101 0 100101 10011 101011 101001100 10110 101110

Color Harmonies of #915C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915C75

Black with #915C75

Text Example


Text Example

White with #915C75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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