Html Css Color HEX #916973 Mauve Taupe

📋 copy color: '#916973'

red 145 ◦ green 105 ◦ blue 115

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

Shades of Mauve Taupe #916973

Tints of Mauve Taupe #916973

RGB

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

 GREEN value IS 105 (41.41% from 255) = 28.77%

 BLUE value IS 115 (45.31% from 255) = 31.51%

R = 39.73%
G = 28.77%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#916973 (or 0x916973) is known color: Mauve Taupe. HEX triplet: 91, 69 and 73. RGB value is (145,105,115). Sum of RGB (Red+Green+Blue) = 145+105+115=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 105 (41.41% from 255 or 28.77% from 365); Blue value is 115 (45.31% from 255 or 31.51% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #916973 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916973 is #6E968C. Grayscale: #767676. Windows color (decimal): -7247501 or 7563665. OLE color: 7563665.

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

Color convert

RGB 145 105 115 -
CMYK 0 0.28 0.21 0.43
HSL 345º 0.16% 0.49% -
HSV(B) 345º 0.28% 0.57% -
XYZ 19.82 17.36 18.53 -
YUV 118.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 145 105 115 0 0.28 0.21 0.43 345 0.16 0.49
Hex 91 69 73 0 1C 15 2B 159 10 31
Octal 221 151 163 0 34 25 53 531 20 61
Binary 10010001 1101001 1110011 0 11100 10101 101011 101011001 10000 110001

Color Harmonies of #916973

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916973

Black with #916973

Text Example


Text Example

White with #916973

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916973; }

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

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

background-color css

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

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

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

border-color css

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

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

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