Html Css Color HEX #90686E Mauve Taupe

📋 copy color: '#90686E'

red 144 ◦ green 104 ◦ blue 110

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

Shades of Mauve Taupe #90686E

Tints of Mauve Taupe #90686E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 30.73%

R = 40.22%
G = 29.05%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.24

 K value IS 0.44

RGB Variations

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

Color information

#90686E (or 0x90686E) is known color: Mauve Taupe. HEX triplet: 90, 68 and 6E. RGB value is (144,104,110). Sum of RGB (Red+Green+Blue) = 144+104+110=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 104 (41.02% from 255 or 29.05% from 358); Blue value is 110 (43.36% from 255 or 30.73% from 358); Max value from RGB is 144 - color contains mainly: red. Hex color #90686E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90686E is #6F9791. Grayscale: #747474. Windows color (decimal): -7313298 or 7235728. OLE color: 7235728.

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

Color convert

RGB 144 104 110 -
CMYK 0 0.28 0.24 0.44
HSL 351º 0.16% 0.49% -
HSV(B) 351º 0.28% 0.56% -
XYZ 19.27 16.96 17.01 -
YUV 116.64 124.25 147.51 -
System Red Green Blue C M Y K H S L
Decimal 144 104 110 0 0.28 0.24 0.44 351 0.16 0.49
Hex 90 68 6E 0 1C 18 2C 15F 10 31
Octal 220 150 156 0 34 30 54 537 20 61
Binary 10010000 1101000 1101110 0 11100 11000 101100 101011111 10000 110001

Color Harmonies of #90686E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90686E

Black with #90686E

Text Example


Text Example

White with #90686E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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