Html Css Color HEX #90666A Mauve Taupe

📋 copy color: '#90666A'

red 144 ◦ green 102 ◦ blue 106

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

Shades of Mauve Taupe #90666A

Tints of Mauve Taupe #90666A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.98%

 BLUE value IS 106 (41.8% from 255) = 30.11%

R = 40.91%
G = 28.98%
B = 30.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#90666A (or 0x90666A) is known color: Mauve Taupe. HEX triplet: 90, 66 and 6A. RGB value is (144,102,106). Sum of RGB (Red+Green+Blue) = 144+102+106=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 102 (40.23% from 255 or 28.98% from 352); Blue value is 106 (41.80% from 255 or 30.11% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #90666A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90666A is #6F9995. Grayscale: #737373. Windows color (decimal): -7313814 or 6973072. OLE color: 6973072.

HSL color Cylindrical-coordinate representation of color #90666A: hue angle of 354.29º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #90666A is Cyan = 0, Magento = 0.29, Yellow = 0.26 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 102 106 -
CMYK 0 0.29 0.26 0.44
HSL 354.29º 0.17% 0.48% -
HSV(B) 354.29º 0.29% 0.56% -
XYZ 18.85 16.47 15.82 -
YUV 115.01 122.91 148.67 -
System Red Green Blue C M Y K H S L
Decimal 144 102 106 0 0.29 0.26 0.44 354.29 0.17 0.48
Hex 90 66 6A 0 1D 1A 2C 162 11 30
Octal 220 146 152 0 35 32 54 542 21 60
Binary 10010000 1100110 1101010 0 11101 11010 101100 101100010 10001 110000

Color Harmonies of #90666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90666A

Black with #90666A

Text Example


Text Example

White with #90666A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #90666A; }

 p { color: rgb(144,102,106); }

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

background-color css

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

 a { background-color: rgb(144,102,106); }

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

border-color css

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

 span { border-color: rgb(144,102,106); }

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