Html Css Color HEX #906970 Mauve Taupe

📋 copy color: '#906970'

red 144 ◦ green 105 ◦ blue 112

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

Shades of Mauve Taupe #906970

Tints of Mauve Taupe #906970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 29.09%

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

R = 39.89%
G = 29.09%
B = 31.02%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#906970 (or 0x906970) is known color: Mauve Taupe. HEX triplet: 90, 69 and 70. RGB value is (144,105,112). Sum of RGB (Red+Green+Blue) = 144+105+112=361 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.89% from 361); Green value is 105 (41.41% from 255 or 29.09% from 361); Blue value is 112 (44.14% from 255 or 31.02% from 361); Max value from RGB is 144 - color contains mainly: red. Hex color #906970 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906970 is #6F968F. Grayscale: #757575. Windows color (decimal): -7313040 or 7367056. OLE color: 7367056.

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

Color convert

RGB 144 105 112 -
CMYK 0 0.27 0.22 0.44
HSL 349.23º 0.16% 0.49% -
HSV(B) 349.23º 0.27% 0.56% -
XYZ 19.48 17.2 17.62 -
YUV 117.46 124.92 146.93 -
System Red Green Blue C M Y K H S L
Decimal 144 105 112 0 0.27 0.22 0.44 349.23 0.16 0.49
Hex 90 69 70 0 1B 16 2C 15D 10 31
Octal 220 151 160 0 33 26 54 535 20 61
Binary 10010000 1101001 1110000 0 11011 10110 101100 101011101 10000 110001

Color Harmonies of #906970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906970

Black with #906970

Text Example


Text Example

White with #906970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906970; }

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

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

background-color css

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

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

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

border-color css

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

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

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