#905968

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

Shades of Mauve Taupe #905968

Tints of Mauve Taupe #905968

Color information

#905968 (or 0x905968) is unknown color: approx Mauve Taupe. HEX triplet: 90, 59 and 68. RGB value is (144,89,104). Sum of RGB (Red+Green+Blue) = 144+89+104=337 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.73% from 337); Green value is 89 (35.16% from 255 or 26.41% from 337); Blue value is 104 (41.02% from 255 or 30.86% from 337); Max value from RGB is 144 - color contains mainly: red. Hex color #905968 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905968 is #6FA697. Grayscale: #6B6B6B. Windows color (decimal): -7317144 or 6838672. OLE color: 6838672.

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

Color convert

RGB14489104-
CMYK00.380.280.44
HSL343.64º23.61%45.69%-
HSV(B)343.64º38.19%56.47%-
XYZ17.5714.0714.89-
YUV107.15126.22154.28-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.73%
GREEN value IS 89 (35.16% from 255) = 26.41%
BLUE value IS 104 (41.02% from 255) = 30.86%
R=42.73%
G=26.41%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1448910400.380.280.44343.6423.6145.69
Hex9059680261C2C158182e
Octal22013115004634545303056
Binary100100001011001110100001001101110010110010101100011000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905968; }

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

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

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

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

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

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

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

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