Html Css Color HEX #90686A Mauve Taupe

📋 copy color: '#90686A'

red 144 ◦ green 104 ◦ blue 106

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

Shades of Mauve Taupe #90686A

Tints of Mauve Taupe #90686A

RGB

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

 GREEN value IS 104 (41.02% from 255) = 29.38%

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

R = 40.68%
G = 29.38%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.26

 K value IS 0.44

RGB Variations

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

Color information

#90686A (or 0x90686A) is known color: Mauve Taupe. HEX triplet: 90, 68 and 6A. RGB value is (144,104,106). Sum of RGB (Red+Green+Blue) = 144+104+106=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 104 (41.02% from 255 or 29.38% from 354); Blue value is 106 (41.80% from 255 or 29.94% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #90686A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90686A is #6F9795. Grayscale: #747474. Windows color (decimal): -7313302 or 6973584. OLE color: 6973584.

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

Color convert

RGB 144 104 106 -
CMYK 0 0.28 0.26 0.44
HSL 357º 0.16% 0.49% -
HSV(B) 357º 0.28% 0.56% -
XYZ 19.05 16.87 15.89 -
YUV 116.19 122.25 147.84 -
System Red Green Blue C M Y K H S L
Decimal 144 104 106 0 0.28 0.26 0.44 357 0.16 0.49
Hex 90 68 6A 0 1C 1A 2C 165 10 31
Octal 220 150 152 0 34 32 54 545 20 61
Binary 10010000 1101000 1101010 0 11100 11010 101100 101100101 10000 110001

Color Harmonies of #90686A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90686A

Black with #90686A

Text Example


Text Example

White with #90686A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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