Html Css Color HEX #916076 Mauve Taupe

📋 copy color: '#916076'

red 145 ◦ green 96 ◦ blue 118

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

Shades of Mauve Taupe #916076

Tints of Mauve Taupe #916076

RGB

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

 GREEN value IS 96 (37.89% from 255) = 26.74%

 BLUE value IS 118 (46.48% from 255) = 32.87%

R = 40.39%
G = 26.74%
B = 32.87%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.19

 K value IS 0.43

RGB Variations

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

Color information

#916076 (or 0x916076) is known color: Mauve Taupe. HEX triplet: 91, 60 and 76. RGB value is (145,96,118). Sum of RGB (Red+Green+Blue) = 145+96+118=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 96 (37.89% from 255 or 26.74% from 359); Blue value is 118 (46.48% from 255 or 32.87% from 359); Max value from RGB is 145 - color contains mainly: red. Hex color #916076 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916076 is #6E9F89. Grayscale: #717171. Windows color (decimal): -7249802 or 7757969. OLE color: 7757969.

HSL color Cylindrical-coordinate representation of color #916076: hue angle of 333.06º degrees, saturation: 0.2, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #916076 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB 145 96 118 -
CMYK 0 0.34 0.19 0.43
HSL 333.06º 0.2% 0.47% -
HSV(B) 333.06º 0.34% 0.57% -
XYZ 19.13 15.69 19.16 -
YUV 113.16 130.73 150.71 -
System Red Green Blue C M Y K H S L
Decimal 145 96 118 0 0.34 0.19 0.43 333.06 0.2 0.47
Hex 91 60 76 0 22 13 2B 14D 14 2F
Octal 221 140 166 0 42 23 53 515 24 57
Binary 10010001 1100000 1110110 0 100010 10011 101011 101001101 10100 101111

Color Harmonies of #916076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916076

Black with #916076

Text Example


Text Example

White with #916076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916076; }

 p { color: rgb(145,96,118); }

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

background-color css

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

 a { background-color: rgb(145,96,118); }

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

border-color css

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

 span { border-color: rgb(145,96,118); }

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