Html Css Color HEX #90666F Mauve Taupe

📋 copy color: '#90666F'

red 144 ◦ green 102 ◦ blue 111

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

Shades of Mauve Taupe #90666F

Tints of Mauve Taupe #90666F

RGB

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

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

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

R = 40.34%
G = 28.57%
B = 31.09%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#90666F (or 0x90666F) is known color: Mauve Taupe. HEX triplet: 90, 66 and 6F. RGB value is (144,102,111). Sum of RGB (Red+Green+Blue) = 144+102+111=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 102 (40.23% from 255 or 28.57% from 357); Blue value is 111 (43.75% from 255 or 31.09% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #90666F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90666F is #6F9990. Grayscale: #737373. Windows color (decimal): -7313809 or 7300752. OLE color: 7300752.

HSL color Cylindrical-coordinate representation of color #90666F: hue angle of 347.14º 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 #90666F is Cyan = 0, Magento = 0.29, Yellow = 0.23 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 102 111 -
CMYK 0 0.29 0.23 0.44
HSL 347.14º 0.17% 0.48% -
HSV(B) 347.14º 0.29% 0.56% -
XYZ 19.12 16.58 17.23 -
YUV 115.58 125.41 148.27 -
System Red Green Blue C M Y K H S L
Decimal 144 102 111 0 0.29 0.23 0.44 347.14 0.17 0.48
Hex 90 66 6F 0 1D 17 2C 15B 11 30
Octal 220 146 157 0 35 27 54 533 21 60
Binary 10010000 1100110 1101111 0 11101 10111 101100 101011011 10001 110000

Color Harmonies of #90666F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90666F

Black with #90666F

Text Example


Text Example

White with #90666F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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