Html Css Color HEX #906770 Mauve Taupe

📋 copy color: '#906770'

red 144 ◦ green 103 ◦ blue 112

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

Shades of Mauve Taupe #906770

Tints of Mauve Taupe #906770

RGB

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

 GREEN value IS 103 (40.63% from 255) = 28.69%

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

R = 40.11%
G = 28.69%
B = 31.2%

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

#906770 (or 0x906770) is known color: Mauve Taupe. HEX triplet: 90, 67 and 70. RGB value is (144,103,112). Sum of RGB (Red+Green+Blue) = 144+103+112=359 (47% of max value = 765). Red value is 144 (56.64% from 255 or 40.11% from 359); Green value is 103 (40.62% from 255 or 28.69% from 359); Blue value is 112 (44.14% from 255 or 31.20% from 359); Max value from RGB is 144 - color contains mainly: red. Hex color #906770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906770 is #6F988F. Grayscale: #747474. Windows color (decimal): -7313552 or 7366544. OLE color: 7366544.

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

Color convert

RGB 144 103 112 -
CMYK 0 0.28 0.22 0.44
HSL 346.83º 0.17% 0.48% -
HSV(B) 346.83º 0.28% 0.56% -
XYZ 19.28 16.8 17.56 -
YUV 116.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 144 103 112 0 0.28 0.22 0.44 346.83 0.17 0.48
Hex 90 67 70 0 1C 16 2C 15B 11 30
Octal 220 147 160 0 34 26 54 533 21 60
Binary 10010000 1100111 1110000 0 11100 10110 101100 101011011 10001 110000

Color Harmonies of #906770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906770

Black with #906770

Text Example


Text Example

White with #906770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906770; }

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

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

background-color css

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

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

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

border-color css

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

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

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