#906875

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

Shades of Mauve Taupe #906875

Tints of Mauve Taupe #906875

Color information

#906875 (or 0x906875) is unknown color: approx Mauve Taupe. HEX triplet: 90, 68 and 75. RGB value is (144,104,117). Sum of RGB (Red+Green+Blue) = 144+104+117=365 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.45% from 365); Green value is 104 (41.02% from 255 or 28.49% from 365); Blue value is 117 (46.09% from 255 or 32.05% from 365); Max value from RGB is 144 - color contains mainly: red. Hex color #906875 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906875 is #6F978A. Grayscale: #757575. Windows color (decimal): -7313291 or 7694480. OLE color: 7694480.

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

Color convert

RGB144104117-
CMYK00.280.190.44
HSL340.5º16.13%48.63%-
HSV(B)340.5º27.78%56.47%-
XYZ19.6617.1119.1-
YUV117.44127.75146.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.45%
GREEN value IS 104 (41.02% from 255) = 28.49%
BLUE value IS 117 (46.09% from 255) = 32.05%
R=39.45%
G=28.49%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.19
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410411700.280.190.44340.516.1348.63
Hex90687501C132C1541031
Octal22015016503423545242061
Binary10010000110100011101010111001001110110010101010010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906875; }

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

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

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

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

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

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

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

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