#905670

Color #905670 Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #905670

Tints of Mauve Taupe #905670

Color information

#905670 (or 0x905670) is unknown color: approx Mauve Taupe. HEX triplet: 90, 56 and 70. RGB value is (144,86,112). Sum of RGB (Red+Green+Blue) = 144+86+112=342 (45% of max value = 765). Red value is 144 (56.64% from 255 or 42.11% from 342); Green value is 86 (33.98% from 255 or 25.15% from 342); Blue value is 112 (44.14% from 255 or 32.75% from 342); Max value from RGB is 144 - color contains mainly: red. Hex color #905670 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905670 is #6FA98F. Grayscale: #6A6A6A. Windows color (decimal): -7317904 or 7362192. OLE color: 7362192.

HSL color Cylindrical-coordinate representation of color #905670: hue angle of 333.1º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #905670 is Cyan = 0, Magento = 0.40, Yellow = 0.22 and Black (K on CMYK) = 0.44.

Color convert

RGB14486112-
CMYK00.400.220.44
HSL333.1º25.22%45.1%-
HSV(B)333.1º40.28%56.47%-
XYZ17.7513.7517.05-
YUV106.31131.22154.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.11%
GREEN value IS 86 (33.98% from 255) = 25.15%
BLUE value IS 112 (44.14% from 255) = 32.75%
R=42.11%
G=25.15%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448611200.400.220.44333.125.2245.1
Hex905670028162C14d192d
Octal22012616005026545153155
Binary100100001010110111000001010001011010110010100110111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905670

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905670; }

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

 H1.HeaderClassName
 {
   color: #905670;
 }
 .AnyTagClassName
 {
   color: #905670;
 }
</style>
background-color css

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

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

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

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

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

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