#906768

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

Shades of Mauve Taupe #906768

Tints of Mauve Taupe #906768

Color information

#906768 (or 0x906768) is unknown color: approx Mauve Taupe. HEX triplet: 90, 67 and 68. RGB value is (144,103,104). Sum of RGB (Red+Green+Blue) = 144+103+104=351 (46% of max value = 765). Red value is 144 (56.64% from 255 or 41.03% from 351); Green value is 103 (40.62% from 255 or 29.34% from 351); Blue value is 104 (41.02% from 255 or 29.63% from 351); Max value from RGB is 144 - color contains mainly: red. Hex color #906768 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906768 is #6F9897. Grayscale: #737373. Windows color (decimal): -7313560 or 6842256. OLE color: 6842256.

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

Color convert

RGB144103104-
CMYK00.280.280.44
HSL358.54º16.6%48.43%-
HSV(B)358.54º28.47%56.47%-
XYZ18.8516.6315.31-
YUV115.37121.58148.42-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 41.03%
GREEN value IS 103 (40.62% from 255) = 29.34%
BLUE value IS 104 (41.02% from 255) = 29.63%
R=41.03%
G=29.34%
B=29.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410310400.280.280.44358.5416.648.43
Hex90676801C1C2C1671130
Octal22014715003434545472160
Binary10010000110011111010000111001110010110010110011110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #906768; }

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

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

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

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

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

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

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

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