Html Css Color HEX #906174 Mauve Taupe

📋 copy color: '#906174'

red 144 ◦ green 97 ◦ blue 116

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

Shades of Mauve Taupe #906174

Tints of Mauve Taupe #906174

RGB

 RED value IS 144 (56.64% from 255) = 40.34%

 GREEN value IS 97 (38.28% from 255) = 27.17%

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

R = 40.34%
G = 27.17%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#906174 (or 0x906174) is known color: Mauve Taupe. HEX triplet: 90, 61 and 74. RGB value is (144,97,116). Sum of RGB (Red+Green+Blue) = 144+97+116=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 97 (38.28% from 255 or 27.17% from 357); Blue value is 116 (45.70% from 255 or 32.49% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #906174 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906174 is #6F9E8B. Grayscale: #717171. Windows color (decimal): -7315084 or 7627152. OLE color: 7627152.

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

Color convert

RGB 144 97 116 -
CMYK 0 0.33 0.19 0.44
HSL 335.74º 0.2% 0.47% -
HSV(B) 335.74º 0.33% 0.56% -
XYZ 18.93 15.74 18.56 -
YUV 113.22 129.57 149.96 -
System Red Green Blue C M Y K H S L
Decimal 144 97 116 0 0.33 0.19 0.44 335.74 0.2 0.47
Hex 90 61 74 0 21 13 2C 150 14 2F
Octal 220 141 164 0 41 23 54 520 24 57
Binary 10010000 1100001 1110100 0 100001 10011 101100 101010000 10100 101111

Color Harmonies of #906174

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906174

Black with #906174

Text Example


Text Example

White with #906174

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906174; }

 p { color: rgb(144,97,116); }

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

background-color css

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

 a { background-color: rgb(144,97,116); }

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

border-color css

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

 span { border-color: rgb(144,97,116); }

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