#905967

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

Shades of Mauve Taupe #905967

Tints of Mauve Taupe #905967

Color information

#905967 (or 0x905967) is unknown color: approx Mauve Taupe. HEX triplet: 90, 59 and 67. RGB value is (144,89,103). Sum of RGB (Red+Green+Blue) = 144+89+103=336 (44% of max value = 765). Red value is 144 (56.64% from 255 or 42.86% from 336); Green value is 89 (35.16% from 255 or 26.49% from 336); Blue value is 103 (40.62% from 255 or 30.65% from 336); Max value from RGB is 144 - color contains mainly: red. Hex color #905967 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #905967 is #6FA698. Grayscale: #6B6B6B. Windows color (decimal): -7317145 or 6773136. OLE color: 6773136.

HSL color Cylindrical-coordinate representation of color #905967: hue angle of 344.73º 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 #905967 is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB14489103-
CMYK00.380.280.44
HSL344.73º23.61%45.69%-
HSV(B)344.73º38.19%56.47%-
XYZ17.5214.0514.62-
YUV107.04125.72154.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 42.86%
GREEN value IS 89 (35.16% from 255) = 26.49%
BLUE value IS 103 (40.62% from 255) = 30.65%
R=42.86%
G=26.49%
B=30.65%

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
Decimal1448910300.380.280.44344.7323.6145.69
Hex9059670261C2C159182e
Octal22013114704634545313056
Binary100100001011001110011101001101110010110010101100111000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905967; }

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

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

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

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

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

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

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

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