Html Css Color HEX #916C79 Mauve Taupe

📋 copy color: '#916C79'

red 145 ◦ green 108 ◦ blue 121

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

Shades of Mauve Taupe #916C79

Tints of Mauve Taupe #916C79

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.88%

 BLUE value IS 121 (47.66% from 255) = 32.35%

R = 38.77%
G = 28.88%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.43

RGB Variations

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

Color information

#916C79 (or 0x916C79) is known color: Mauve Taupe. HEX triplet: 91, 6C and 79. RGB value is (145,108,121). Sum of RGB (Red+Green+Blue) = 145+108+121=374 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.77% from 374); Green value is 108 (42.58% from 255 or 28.88% from 374); Blue value is 121 (47.66% from 255 or 32.35% from 374); Max value from RGB is 145 - color contains mainly: red. Hex color #916C79 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916C79 is #6E9386. Grayscale: #787878. Windows color (decimal): -7246727 or 7957649. OLE color: 7957649.

HSL color Cylindrical-coordinate representation of color #916C79: hue angle of 338.92º degrees, saturation: 0.15, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #916C79 is Cyan = 0, Magento = 0.26, Yellow = 0.17 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 108 121 -
CMYK 0 0.26 0.17 0.43
HSL 338.92º 0.15% 0.5% -
HSV(B) 338.92º 0.26% 0.57% -
XYZ 20.49 18.13 20.51 -
YUV 120.55 128.26 145.44 -
System Red Green Blue C M Y K H S L
Decimal 145 108 121 0 0.26 0.17 0.43 338.92 0.15 0.5
Hex 91 6C 79 0 1A 11 2B 153 F 32
Octal 221 154 171 0 32 21 53 523 17 62
Binary 10010001 1101100 1111001 0 11010 10001 101011 101010011 1111 110010

Color Harmonies of #916C79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916C79

Black with #916C79

Text Example


Text Example

White with #916C79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(145,108,121); }

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

background-color css

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

 a { background-color: rgb(145,108,121); }

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

border-color css

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

 span { border-color: rgb(145,108,121); }

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