Html Css Color HEX #906072 Mauve Taupe

📋 copy color: '#906072'

red 144 ◦ green 96 ◦ blue 114

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

Shades of Mauve Taupe #906072

Tints of Mauve Taupe #906072

RGB

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

 GREEN value IS 96 (37.89% from 255) = 27.12%

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

R = 40.68%
G = 27.12%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.44

RGB Variations

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

Color information

#906072 (or 0x906072) is known color: Mauve Taupe. HEX triplet: 90, 60 and 72. RGB value is (144,96,114). Sum of RGB (Red+Green+Blue) = 144+96+114=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 96 (37.89% from 255 or 27.12% from 354); Blue value is 114 (44.92% from 255 or 32.20% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #906072 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906072 is #6F9F8D. Grayscale: #707070. Windows color (decimal): -7315342 or 7495824. OLE color: 7495824.

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

Color convert

RGB 144 96 114 -
CMYK 0 0.33 0.21 0.44
HSL 337.5º 0.2% 0.47% -
HSV(B) 337.5º 0.33% 0.56% -
XYZ 18.72 15.51 17.93 -
YUV 112.4 128.9 150.54 -
System Red Green Blue C M Y K H S L
Decimal 144 96 114 0 0.33 0.21 0.44 337.5 0.2 0.47
Hex 90 60 72 0 21 15 2C 152 14 2F
Octal 220 140 162 0 41 25 54 522 24 57
Binary 10010000 1100000 1110010 0 100001 10101 101100 101010010 10100 101111

Color Harmonies of #906072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906072

Black with #906072

Text Example


Text Example

White with #906072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906072; }

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

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

background-color css

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

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

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

border-color css

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

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

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