Html Css Color HEX #906672 Mauve Taupe

📋 copy color: '#906672'

red 144 ◦ green 102 ◦ blue 114

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

Shades of Mauve Taupe #906672

Tints of Mauve Taupe #906672

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.33%

 BLUE value IS 114 (44.92% from 255) = 31.67%

R = 40%
G = 28.33%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#906672 (or 0x906672) is known color: Mauve Taupe. HEX triplet: 90, 66 and 72. RGB value is (144,102,114). Sum of RGB (Red+Green+Blue) = 144+102+114=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 102 (40.23% from 255 or 28.33% from 360); Blue value is 114 (44.92% from 255 or 31.67% from 360); Max value from RGB is 144 - color contains mainly: red. Hex color #906672 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906672 is #6F998D. Grayscale: #737373. Windows color (decimal): -7313806 or 7497360. OLE color: 7497360.

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

Color convert

RGB 144 102 114 -
CMYK 0 0.29 0.21 0.44
HSL 342.86º 0.17% 0.48% -
HSV(B) 342.86º 0.29% 0.56% -
XYZ 19.29 16.65 18.12 -
YUV 115.93 126.91 148.02 -
System Red Green Blue C M Y K H S L
Decimal 144 102 114 0 0.29 0.21 0.44 342.86 0.17 0.48
Hex 90 66 72 0 1D 15 2C 157 11 30
Octal 220 146 162 0 35 25 54 527 21 60
Binary 10010000 1100110 1110010 0 11101 10101 101100 101010111 10001 110000

Color Harmonies of #906672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906672

Black with #906672

Text Example


Text Example

White with #906672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906672; }

 p { color: rgb(144,102,114); }

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

background-color css

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

 a { background-color: rgb(144,102,114); }

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

border-color css

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

 span { border-color: rgb(144,102,114); }

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