Html Css Color HEX #90646F Mauve Taupe

📋 copy color: '#90646F'

red 144 ◦ green 100 ◦ blue 111

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

Shades of Mauve Taupe #90646F

Tints of Mauve Taupe #90646F

RGB

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

 GREEN value IS 100 (39.45% from 255) = 28.17%

 BLUE value IS 111 (43.75% from 255) = 31.27%

R = 40.56%
G = 28.17%
B = 31.27%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#90646F (or 0x90646F) is known color: Mauve Taupe. HEX triplet: 90, 64 and 6F. RGB value is (144,100,111). Sum of RGB (Red+Green+Blue) = 144+100+111=355 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.56% from 355); Green value is 100 (39.45% from 255 or 28.17% from 355); Blue value is 111 (43.75% from 255 or 31.27% from 355); Max value from RGB is 144 - color contains mainly: red. Hex color #90646F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90646F is #6F9B90. Grayscale: #727272. Windows color (decimal): -7314321 or 7300240. OLE color: 7300240.

HSL color Cylindrical-coordinate representation of color #90646F: hue angle of 345º degrees, saturation: 0.18, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #90646F is Cyan = 0, Magento = 0.31, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 100 111 -
CMYK 0 0.31 0.23 0.44
HSL 345º 0.18% 0.48% -
HSV(B) 345º 0.31% 0.56% -
XYZ 18.93 16.19 17.17 -
YUV 114.41 126.08 149.11 -
System Red Green Blue C M Y K H S L
Decimal 144 100 111 0 0.31 0.23 0.44 345 0.18 0.48
Hex 90 64 6F 0 1F 17 2C 159 12 30
Octal 220 144 157 0 37 27 54 531 22 60
Binary 10010000 1100100 1101111 0 11111 10111 101100 101011001 10010 110000

Color Harmonies of #90646F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90646F

Black with #90646F

Text Example


Text Example

White with #90646F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90646F; }

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

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

background-color css

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

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

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

border-color css

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

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

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