Html Css Color HEX #906070 Mauve Taupe

📋 copy color: '#906070'

red 144 ◦ green 96 ◦ blue 112

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

Shades of Mauve Taupe #906070

Tints of Mauve Taupe #906070

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 31.82%

R = 40.91%
G = 27.27%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#906070 (or 0x906070) is known color: Mauve Taupe. HEX triplet: 90, 60 and 70. RGB value is (144,96,112). Sum of RGB (Red+Green+Blue) = 144+96+112=352 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.91% from 352); Green value is 96 (37.89% from 255 or 27.27% from 352); Blue value is 112 (44.14% from 255 or 31.82% from 352); Max value from RGB is 144 - color contains mainly: red. Hex color #906070 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906070 is #6F9F8F. Grayscale: #707070. Windows color (decimal): -7315344 or 7364752. OLE color: 7364752.

HSL color Cylindrical-coordinate representation of color #906070: hue angle of 340º 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 #906070 is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 96 112 -
CMYK 0 0.33 0.22 0.44
HSL 340º 0.2% 0.47% -
HSV(B) 340º 0.33% 0.56% -
XYZ 18.61 15.46 17.33 -
YUV 112.18 127.9 150.7 -
System Red Green Blue C M Y K H S L
Decimal 144 96 112 0 0.33 0.22 0.44 340 0.2 0.47
Hex 90 60 70 0 21 16 2C 154 14 2F
Octal 220 140 160 0 41 26 54 524 24 57
Binary 10010000 1100000 1110000 0 100001 10110 101100 101010100 10100 101111

Color Harmonies of #906070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906070

Black with #906070

Text Example


Text Example

White with #906070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906070; }

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

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

background-color css

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

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

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

border-color css

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

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

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