Html Css Color HEX #915969 Mauve Taupe

📋 copy color: '#915969'

red 145 ◦ green 89 ◦ blue 105

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

Shades of Mauve Taupe #915969

Tints of Mauve Taupe #915969

RGB

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

 GREEN value IS 89 (35.16% from 255) = 26.25%

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

R = 42.77%
G = 26.25%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#915969 (or 0x915969) is known color: Mauve Taupe. HEX triplet: 91, 59 and 69. RGB value is (145,89,105). Sum of RGB (Red+Green+Blue) = 145+89+105=339 (44% of max value = 765). Red value is 145 (57.03% from 255 or 42.77% from 339); Green value is 89 (35.16% from 255 or 26.25% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 145 - color contains mainly: red. Hex color #915969 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #915969 is #6EA696. Grayscale: #6B6B6B. Windows color (decimal): -7251607 or 6904209. OLE color: 6904209.

HSL color Cylindrical-coordinate representation of color #915969: hue angle of 342.86º degrees, saturation: 0.24, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #915969 is Cyan = 0, Magento = 0.39, Yellow = 0.28 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 89 105 -
CMYK 0 0.39 0.28 0.43
HSL 342.86º 0.24% 0.46% -
HSV(B) 342.86º 0.39% 0.57% -
XYZ 17.8 14.18 15.16 -
YUV 107.57 126.55 154.7 -
System Red Green Blue C M Y K H S L
Decimal 145 89 105 0 0.39 0.28 0.43 342.86 0.24 0.46
Hex 91 59 69 0 27 1C 2B 157 18 2E
Octal 221 131 151 0 47 34 53 527 30 56
Binary 10010001 1011001 1101001 0 100111 11100 101011 101010111 11000 101110

Color Harmonies of #915969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #915969

Black with #915969

Text Example


Text Example

White with #915969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #915969; }

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

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

background-color css

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

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

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

border-color css

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

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

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