Html Css Color HEX #906270 Mauve Taupe

📋 copy color: '#906270'

red 144 ◦ green 98 ◦ blue 112

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

Shades of Mauve Taupe #906270

Tints of Mauve Taupe #906270

RGB

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

 GREEN value IS 98 (38.67% from 255) = 27.68%

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

R = 40.68%
G = 27.68%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.22

 K value IS 0.44

RGB Variations

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

Color information

#906270 (or 0x906270) is known color: Mauve Taupe. HEX triplet: 90, 62 and 70. RGB value is (144,98,112). Sum of RGB (Red+Green+Blue) = 144+98+112=354 (46% of max value = 765). Red value is 144 (56.64% from 255 or 40.68% from 354); Green value is 98 (38.67% from 255 or 27.68% from 354); Blue value is 112 (44.14% from 255 or 31.64% from 354); Max value from RGB is 144 - color contains mainly: red. Hex color #906270 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906270 is #6F9D8F. Grayscale: #717171. Windows color (decimal): -7314832 or 7365264. OLE color: 7365264.

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

Color convert

RGB 144 98 112 -
CMYK 0 0.32 0.22 0.44
HSL 341.74º 0.19% 0.47% -
HSV(B) 341.74º 0.32% 0.56% -
XYZ 18.79 15.83 17.4 -
YUV 113.35 127.24 149.86 -
System Red Green Blue C M Y K H S L
Decimal 144 98 112 0 0.32 0.22 0.44 341.74 0.19 0.47
Hex 90 62 70 0 20 16 2C 156 13 2F
Octal 220 142 160 0 40 26 54 526 23 57
Binary 10010000 1100010 1110000 0 100000 10110 101100 101010110 10011 101111

Color Harmonies of #906270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #906270

Black with #906270

Text Example


Text Example

White with #906270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #906270; }

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

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

background-color css

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

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

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

border-color css

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

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

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