Html Css Color HEX #90676F Mauve Taupe

📋 copy color: '#90676F'

red 144 ◦ green 103 ◦ blue 111

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

Shades of Mauve Taupe #90676F

Tints of Mauve Taupe #90676F

RGB

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

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

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

R = 40.22%
G = 28.77%
B = 31.01%

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

#90676F (or 0x90676F) is known color: Mauve Taupe. HEX triplet: 90, 67 and 6F. RGB value is (144,103,111). Sum of RGB (Red+Green+Blue) = 144+103+111=358 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.22% from 358); Green value is 103 (40.62% from 255 or 28.77% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 144 - color contains mainly: red. Hex color #90676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #90676F is #6F9890. Grayscale: #747474. Windows color (decimal): -7313553 or 7301008. OLE color: 7301008.

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

Color convert

RGB 144 103 111 -
CMYK 0 0.28 0.23 0.44
HSL 348.29º 0.17% 0.48% -
HSV(B) 348.29º 0.28% 0.56% -
XYZ 19.22 16.78 17.26 -
YUV 116.17 125.08 147.85 -
System Red Green Blue C M Y K H S L
Decimal 144 103 111 0 0.28 0.23 0.44 348.29 0.17 0.48
Hex 90 67 6F 0 1C 17 2C 15C 11 30
Octal 220 147 157 0 34 27 54 534 21 60
Binary 10010000 1100111 1101111 0 11100 10111 101100 101011100 10001 110000

Color Harmonies of #90676F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90676F

Black with #90676F

Text Example


Text Example

White with #90676F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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