Html Css Color HEX #906870 Mauve Taupe

📋 copy color: '#906870'

red 144 ◦ green 104 ◦ blue 112

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

Shades of Mauve Taupe #906870

Tints of Mauve Taupe #906870

RGB

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

 GREEN value IS 104 (41.02% from 255) = 28.89%

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

R = 40%
G = 28.89%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#906870 (or 0x906870) is known color: Mauve Taupe. HEX triplet: 90, 68 and 70. RGB value is (144,104,112). Sum of RGB (Red+Green+Blue) = 144+104+112=360 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40% from 360); Green value is 104 (41.02% from 255 or 28.89% from 360); Blue value is 112 (44.14% from 255 or 31.11% from 360); Max value from RGB is 144 - color contains mainly: red. Hex color #906870 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906870 is #6F978F. Grayscale: #747474. Windows color (decimal): -7313296 or 7366800. OLE color: 7366800.

HSL color Cylindrical-coordinate representation of color #906870: hue angle of 348º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #906870 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB 144 104 112 -
CMYK 0 0.28 0.22 0.44
HSL 348º 0.16% 0.49% -
HSV(B) 348º 0.28% 0.56% -
XYZ 19.38 17 17.59 -
YUV 116.87 125.25 147.35 -
System Red Green Blue C M Y K H S L
Decimal 144 104 112 0 0.28 0.22 0.44 348 0.16 0.49
Hex 90 68 70 0 1C 16 2C 15C 10 31
Octal 220 150 160 0 34 26 54 534 20 61
Binary 10010000 1101000 1110000 0 11100 10110 101100 101011100 10000 110001

Color Harmonies of #906870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906870

Black with #906870

Text Example


Text Example

White with #906870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906870; }

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

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

background-color css

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

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

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

border-color css

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

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

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