Html Css Color HEX #90686F Mauve Taupe

📋 copy color: '#90686F'

red 144 ◦ green 104 ◦ blue 111

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

Shades of Mauve Taupe #90686F

Tints of Mauve Taupe #90686F

RGB

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

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

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

R = 40.11%
G = 28.97%
B = 30.92%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.44

RGB Variations

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

Color information

#90686F (or 0x90686F) is known color: Mauve Taupe. HEX triplet: 90, 68 and 6F. RGB value is (144,104,111). Sum of RGB (Red+Green+Blue) = 144+104+111=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 104 (41.02% from 255 or 28.97% from 359); Blue value is 111 (43.75% from 255 or 30.92% from 359); Max value from RGB is 144 - color contains mainly: red. Hex color #90686F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90686F is #6F9790. Grayscale: #747474. Windows color (decimal): -7313297 or 7301264. OLE color: 7301264.

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

Color convert

RGB 144 104 111 -
CMYK 0 0.28 0.23 0.44
HSL 349.5º 0.16% 0.49% -
HSV(B) 349.5º 0.28% 0.56% -
XYZ 19.32 16.98 17.3 -
YUV 116.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 144 104 111 0 0.28 0.23 0.44 349.5 0.16 0.49
Hex 90 68 6F 0 1C 17 2C 15E 10 31
Octal 220 150 157 0 34 27 54 536 20 61
Binary 10010000 1101000 1101111 0 11100 10111 101100 101011110 10000 110001

Color Harmonies of #90686F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90686F

Black with #90686F

Text Example


Text Example

White with #90686F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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