Html Css Color HEX #916A72 Mauve Taupe

📋 copy color: '#916A72'

red 145 ◦ green 106 ◦ blue 114

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

Shades of Mauve Taupe #916A72

Tints of Mauve Taupe #916A72

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 31.23%

R = 39.73%
G = 29.04%
B = 31.23%

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

#916A72 (or 0x916A72) is known color: Mauve Taupe. HEX triplet: 91, 6A and 72. RGB value is (145,106,114). Sum of RGB (Red+Green+Blue) = 145+106+114=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 106 (41.80% from 255 or 29.04% from 365); Blue value is 114 (44.92% from 255 or 31.23% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #916A72 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916A72 is #6E958D. Grayscale: #767676. Windows color (decimal): -7247246 or 7498385. OLE color: 7498385.

HSL color Cylindrical-coordinate representation of color #916A72: hue angle of 347.69º 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 #916A72 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 106 114 -
CMYK 0 0.27 0.21 0.43
HSL 347.69º 0.16% 0.49% -
HSV(B) 347.69º 0.27% 0.57% -
XYZ 19.87 17.54 18.26 -
YUV 118.57 125.42 146.85 -
System Red Green Blue C M Y K H S L
Decimal 145 106 114 0 0.27 0.21 0.43 347.69 0.16 0.49
Hex 91 6A 72 0 1B 15 2B 15C 10 31
Octal 221 152 162 0 33 25 53 534 20 61
Binary 10010001 1101010 1110010 0 11011 10101 101011 101011100 10000 110001

Color Harmonies of #916A72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916A72

Black with #916A72

Text Example


Text Example

White with #916A72

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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