Html Css Color HEX #90676E Mauve Taupe

📋 copy color: '#90676E'

red 144 ◦ green 103 ◦ blue 110

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

Shades of Mauve Taupe #90676E

Tints of Mauve Taupe #90676E

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.85%

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

R = 40.34%
G = 28.85%
B = 30.81%

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

#90676E (or 0x90676E) is known color: Mauve Taupe. HEX triplet: 90, 67 and 6E. RGB value is (144,103,110). Sum of RGB (Red+Green+Blue) = 144+103+110=357 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.34% from 357); Green value is 103 (40.62% from 255 or 28.85% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 144 - color contains mainly: red. Hex color #90676E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90676E is #6F9891. Grayscale: #747474. Windows color (decimal): -7313554 or 7235472. OLE color: 7235472.

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

Color convert

RGB 144 103 110 -
CMYK 0 0.28 0.24 0.44
HSL 349.76º 0.17% 0.48% -
HSV(B) 349.76º 0.28% 0.56% -
XYZ 19.17 16.76 16.98 -
YUV 116.06 124.58 147.93 -
System Red Green Blue C M Y K H S L
Decimal 144 103 110 0 0.28 0.24 0.44 349.76 0.17 0.48
Hex 90 67 6E 0 1C 18 2C 15E 11 30
Octal 220 147 156 0 34 30 54 536 21 60
Binary 10010000 1100111 1101110 0 11100 11000 101100 101011110 10001 110000

Color Harmonies of #90676E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90676E

Black with #90676E

Text Example


Text Example

White with #90676E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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