#906C75

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

Shades of Mauve Taupe #906C75

Tints of Mauve Taupe #906C75

Color information

#906C75 (or 0x906C75) is unknown color: approx Mauve Taupe. HEX triplet: 90, 6C and 75. RGB value is (144,108,117). Sum of RGB (Red+Green+Blue) = 144+108+117=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 108 (42.58% from 255 or 29.27% from 369); Blue value is 117 (46.09% from 255 or 31.71% from 369); Max value from RGB is 144 - color contains mainly: red. Hex color #906C75 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906C75 is #6F938A. Grayscale: #777777. Windows color (decimal): -7312267 or 7695504. OLE color: 7695504.

HSL color Cylindrical-coordinate representation of color #906C75: hue angle of 345º degrees, saturation: 0.14, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #906C75 is Cyan = 0, Magento = 0.25, Yellow = 0.19 and Black (K on CMYK) = 0.44.

Color convert

RGB144108117-
CMYK00.250.190.44
HSL345º14.29%49.41%-
HSV(B)345º25%56.47%-
XYZ20.0817.9419.23-
YUV119.79126.43145.27-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.02%
GREEN value IS 108 (42.58% from 255) = 29.27%
BLUE value IS 117 (46.09% from 255) = 31.71%
R=39.02%
G=29.27%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410811700.250.190.4434514.2949.41
Hex906C75019132C159e31
Octal22015416503123545311661
Binary1001000011011001110101011001100111011001010110011110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906C75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906C75; }

 p { color: rgb(144,108,117); }

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

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

 a { background-color: rgb(144,108,117); }

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

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

 span { border-color: rgb(144,108,117); }

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