Html Css Color HEX #916A73 Mauve Taupe

📋 copy color: '#916A73'

red 145 ◦ green 106 ◦ blue 115

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

Shades of Mauve Taupe #916A73

Tints of Mauve Taupe #916A73

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.96%

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

R = 39.62%
G = 28.96%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.21

 K value IS 0.43

RGB Variations

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

Color information

#916A73 (or 0x916A73) is known color: Mauve Taupe. HEX triplet: 91, 6A and 73. RGB value is (145,106,115). Sum of RGB (Red+Green+Blue) = 145+106+115=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 106 (41.80% from 255 or 28.96% from 366); Blue value is 115 (45.31% from 255 or 31.42% from 366); Max value from RGB is 145 - color contains mainly: red. Hex color #916A73 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A73 is #6E958C. Grayscale: #767676. Windows color (decimal): -7247245 or 7563921. OLE color: 7563921.

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

Color convert

RGB 145 106 115 -
CMYK 0 0.27 0.21 0.43
HSL 346.15º 0.16% 0.49% -
HSV(B) 346.15º 0.27% 0.57% -
XYZ 19.93 17.57 18.56 -
YUV 118.69 125.92 146.77 -
System Red Green Blue C M Y K H S L
Decimal 145 106 115 0 0.27 0.21 0.43 346.15 0.16 0.49
Hex 91 6A 73 0 1B 15 2B 15A 10 31
Octal 221 152 163 0 33 25 53 532 20 61
Binary 10010001 1101010 1110011 0 11011 10101 101011 101011010 10000 110001

Color Harmonies of #916A73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916A73

Black with #916A73

Text Example


Text Example

White with #916A73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916A73; }

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

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

background-color css

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

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

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

border-color css

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

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

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