Html Css Color HEX #906164 Mauve Taupe

📋 copy color: '#906164'

red 144 ◦ green 97 ◦ blue 100

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

Shades of Mauve Taupe #906164

Tints of Mauve Taupe #906164

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.33%

R = 42.23%
G = 28.45%
B = 29.33%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.31

 K value IS 0.44

RGB Variations

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

Color information

#906164 (or 0x906164) is known color: Mauve Taupe. HEX triplet: 90, 61 and 64. RGB value is (144,97,100). Sum of RGB (Red+Green+Blue) = 144+97+100=341 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.23% from 341); Green value is 97 (38.28% from 255 or 28.45% from 341); Blue value is 100 (39.45% from 255 or 29.33% from 341); Max value from RGB is 144 - color contains mainly: red. Hex color #906164 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906164 is #6F9E9B. Grayscale: #6F6F6F. Windows color (decimal): -7315100 or 6578576. OLE color: 6578576.

HSL color Cylindrical-coordinate representation of color #906164: hue angle of 356.17º 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 #906164 is Cyan = 0, Magento = 0.33, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 97 100 -
CMYK 0 0.33 0.31 0.44
HSL 356.17º 0.2% 0.47% -
HSV(B) 356.17º 0.33% 0.56% -
XYZ 18.08 15.4 14.08 -
YUV 111.4 121.57 151.26 -
System Red Green Blue C M Y K H S L
Decimal 144 97 100 0 0.33 0.31 0.44 356.17 0.2 0.47
Hex 90 61 64 0 21 1F 2C 164 14 2F
Octal 220 141 144 0 41 37 54 544 24 57
Binary 10010000 1100001 1100100 0 100001 11111 101100 101100100 10100 101111

Color Harmonies of #906164

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906164

Black with #906164

Text Example


Text Example

White with #906164

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906164; }

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

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

background-color css

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

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

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

border-color css

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

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

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