Html Css Color HEX #916974 Mauve Taupe

📋 copy color: '#916974'

red 145 ◦ green 105 ◦ blue 116

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

Shades of Mauve Taupe #916974

Tints of Mauve Taupe #916974

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.69%

R = 39.62%
G = 28.69%
B = 31.69%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#916974 (or 0x916974) is known color: Mauve Taupe. HEX triplet: 91, 69 and 74. RGB value is (145,105,116). Sum of RGB (Red+Green+Blue) = 145+105+116=366 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.62% from 366); Green value is 105 (41.41% from 255 or 28.69% from 366); Blue value is 116 (45.70% from 255 or 31.69% from 366); Max value from RGB is 145 - color contains mainly: red. Hex color #916974 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916974 is #6E968B. Grayscale: #767676. Windows color (decimal): -7247500 or 7629201. OLE color: 7629201.

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

Color convert

RGB 145 105 116 -
CMYK 0 0.28 0.2 0.43
HSL 343.5º 0.16% 0.49% -
HSV(B) 343.5º 0.28% 0.57% -
XYZ 19.88 17.38 18.83 -
YUV 118.21 126.75 147.11 -
System Red Green Blue C M Y K H S L
Decimal 145 105 116 0 0.28 0.2 0.43 343.5 0.16 0.49
Hex 91 69 74 0 1C 14 2B 158 10 31
Octal 221 151 164 0 34 24 53 530 20 61
Binary 10010001 1101001 1110100 0 11100 10100 101011 101011000 10000 110001

Color Harmonies of #916974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916974

Black with #916974

Text Example


Text Example

White with #916974

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916974; }

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

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

background-color css

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

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

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

border-color css

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

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

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