Html Css Color HEX #906064 Mauve Taupe

📋 copy color: '#906064'

red 144 ◦ green 96 ◦ blue 100

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

Shades of Mauve Taupe #906064

Tints of Mauve Taupe #906064

RGB

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

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

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

R = 42.35%
G = 28.24%
B = 29.41%

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

#906064 (or 0x906064) is known color: Mauve Taupe. HEX triplet: 90, 60 and 64. RGB value is (144,96,100). Sum of RGB (Red+Green+Blue) = 144+96+100=340 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.35% from 340); Green value is 96 (37.89% from 255 or 28.24% from 340); Blue value is 100 (39.45% from 255 or 29.41% from 340); Max value from RGB is 144 - color contains mainly: red. Hex color #906064 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906064 is #6F9F9B. Grayscale: #6E6E6E. Windows color (decimal): -7315356 or 6578320. OLE color: 6578320.

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

Color convert

RGB 144 96 100 -
CMYK 0 0.33 0.31 0.44
HSL 355º 0.2% 0.47% -
HSV(B) 355º 0.33% 0.56% -
XYZ 17.98 15.22 14.05 -
YUV 110.81 121.9 151.67 -
System Red Green Blue C M Y K H S L
Decimal 144 96 100 0 0.33 0.31 0.44 355 0.2 0.47
Hex 90 60 64 0 21 1F 2C 163 14 2F
Octal 220 140 144 0 41 37 54 543 24 57
Binary 10010000 1100000 1100100 0 100001 11111 101100 101100011 10100 101111

Color Harmonies of #906064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906064

Black with #906064

Text Example


Text Example

White with #906064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906064; }

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

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

background-color css

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

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

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

border-color css

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

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

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