Html Css Color HEX #906E75 Mauve Taupe

📋 copy color: '#906E75'

red 144 ◦ green 110 ◦ blue 117

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

Shades of Mauve Taupe #906E75

Tints of Mauve Taupe #906E75

RGB

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

 GREEN value IS 110 (43.36% from 255) = 29.65%

 BLUE value IS 117 (46.09% from 255) = 31.54%

R = 38.81%
G = 29.65%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.19

 K value IS 0.44

RGB Variations

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

Color information

#906E75 (or 0x906E75) is known color: Mauve Taupe. HEX triplet: 90, 6E and 75. RGB value is (144,110,117). Sum of RGB (Red+Green+Blue) = 144+110+117=371 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.81% from 371); Green value is 110 (43.36% from 255 or 29.65% from 371); Blue value is 117 (46.09% from 255 or 31.54% from 371); Max value from RGB is 144 - color contains mainly: red. Hex color #906E75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906E75 is #6F918A. Grayscale: #787878. Windows color (decimal): -7311755 or 7696016. OLE color: 7696016.

HSL color Cylindrical-coordinate representation of color #906E75: hue angle of 347.65º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #906E75 is Cyan = 0, Magento = 0.24, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 110 117 -
CMYK 0 0.24 0.19 0.44
HSL 347.65º 0.13% 0.5% -
HSV(B) 347.65º 0.24% 0.56% -
XYZ 20.29 18.37 19.31 -
YUV 120.96 125.76 144.43 -
System Red Green Blue C M Y K H S L
Decimal 144 110 117 0 0.24 0.19 0.44 347.65 0.13 0.5
Hex 90 6E 75 0 18 13 2C 15C D 32
Octal 220 156 165 0 30 23 54 534 15 62
Binary 10010000 1101110 1110101 0 11000 10011 101100 101011100 1101 110010

Color Harmonies of #906E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906E75

Black with #906E75

Text Example


Text Example

White with #906E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906E75; }

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

 H1.HeaderClassName
 {
   color: #906E75;
 }
 .AnyTagClassName
 {
   color: #906E75;
 }
</style>

background-color css

<style>
 a { background-color: #906E75; }

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

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

border-color css

<style>
 span { border-color: #906E75; }

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

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