Html Css Color HEX #916074 Mauve Taupe

📋 copy color: '#916074'

red 145 ◦ green 96 ◦ blue 116

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

Shades of Mauve Taupe #916074

Tints of Mauve Taupe #916074

RGB

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

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

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

R = 40.62%
G = 26.89%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.2

 K value IS 0.43

RGB Variations

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

Color information

#916074 (or 0x916074) is known color: Mauve Taupe. HEX triplet: 91, 60 and 74. RGB value is (145,96,116). Sum of RGB (Red+Green+Blue) = 145+96+116=357 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.62% from 357); Green value is 96 (37.89% from 255 or 26.89% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 145 - color contains mainly: red. Hex color #916074 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916074 is #6E9F8B. Grayscale: #707070. Windows color (decimal): -7249804 or 7626897. OLE color: 7626897.

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

Color convert

RGB 145 96 116 -
CMYK 0 0.34 0.2 0.43
HSL 335.51º 0.2% 0.47% -
HSV(B) 335.51º 0.34% 0.57% -
XYZ 19.01 15.65 18.54 -
YUV 112.93 129.73 150.87 -
System Red Green Blue C M Y K H S L
Decimal 145 96 116 0 0.34 0.2 0.43 335.51 0.2 0.47
Hex 91 60 74 0 22 14 2B 150 14 2F
Octal 221 140 164 0 42 24 53 520 24 57
Binary 10010001 1100000 1110100 0 100010 10100 101011 101010000 10100 101111

Color Harmonies of #916074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916074

Black with #916074

Text Example


Text Example

White with #916074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916074; }

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

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

background-color css

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

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

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

border-color css

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

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

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