Html Css Color HEX #916874 Mauve Taupe

📋 copy color: '#916874'

red 145 ◦ green 104 ◦ blue 116

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

Shades of Mauve Taupe #916874

Tints of Mauve Taupe #916874

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.49%

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

R = 39.73%
G = 28.49%
B = 31.78%

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

#916874 (or 0x916874) is known color: Mauve Taupe. HEX triplet: 91, 68 and 74. RGB value is (145,104,116). Sum of RGB (Red+Green+Blue) = 145+104+116=365 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.73% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 116 (45.70% from 255 or 31.78% from 365); Max value from RGB is 145 - color contains mainly: red. Hex color #916874 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #916874 is #6E978B. Grayscale: #757575. Windows color (decimal): -7247756 or 7628945. OLE color: 7628945.

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

Color convert

RGB 145 104 116 -
CMYK 0 0.28 0.2 0.43
HSL 342.44º 0.16% 0.49% -
HSV(B) 342.44º 0.28% 0.57% -
XYZ 19.78 17.18 18.8 -
YUV 117.63 127.08 147.52 -
System Red Green Blue C M Y K H S L
Decimal 145 104 116 0 0.28 0.2 0.43 342.44 0.16 0.49
Hex 91 68 74 0 1C 14 2B 156 10 31
Octal 221 150 164 0 34 24 53 526 20 61
Binary 10010001 1101000 1110100 0 11100 10100 101011 101010110 10000 110001

Color Harmonies of #916874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #916874

Black with #916874

Text Example


Text Example

White with #916874

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #916874; }

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

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

background-color css

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

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

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

border-color css

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

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

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