Html Css Color HEX #915D69 Mauve Taupe

📋 copy color: '#915D69'

red 145 ◦ green 93 ◦ blue 105

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

Shades of Mauve Taupe #915D69

Tints of Mauve Taupe #915D69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 30.61%

R = 42.27%
G = 27.11%
B = 30.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#915D69 (or 0x915D69) is known color: Mauve Taupe. HEX triplet: 91, 5D and 69. RGB value is (145,93,105). Sum of RGB (Red+Green+Blue) = 145+93+105=343 (45% of max value = 765). Red value is 145 (57.03% from 255 or 42.27% from 343); Green value is 93 (36.72% from 255 or 27.11% from 343); Blue value is 105 (41.41% from 255 or 30.61% from 343); Max value from RGB is 145 - color contains mainly: red. Hex color #915D69 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915D69 is #6EA296. Grayscale: #6D6D6D. Windows color (decimal): -7250583 or 6905233. OLE color: 6905233.

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

Color convert

RGB 145 93 105 -
CMYK 0 0.36 0.28 0.43
HSL 346.15º 0.22% 0.47% -
HSV(B) 346.15º 0.36% 0.57% -
XYZ 18.14 14.87 15.28 -
YUV 109.92 125.23 153.02 -
System Red Green Blue C M Y K H S L
Decimal 145 93 105 0 0.36 0.28 0.43 346.15 0.22 0.47
Hex 91 5D 69 0 24 1C 2B 15A 16 2F
Octal 221 135 151 0 44 34 53 532 26 57
Binary 10010001 1011101 1101001 0 100100 11100 101011 101011010 10110 101111

Color Harmonies of #915D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915D69

Black with #915D69

Text Example


Text Example

White with #915D69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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