#906B6F

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

Shades of Mauve Taupe #906B6F

Tints of Mauve Taupe #906B6F

Color information

#906B6F (or 0x906B6F) is unknown color: approx Mauve Taupe. HEX triplet: 90, 6B and 6F. RGB value is (144,107,111). Sum of RGB (Red+Green+Blue) = 144+107+111=362 (47% of max value = 765). Red value is 144 (56.64% from 255 or 39.78% from 362); Green value is 107 (42.19% from 255 or 29.56% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 144 - color contains mainly: red. Hex color #906B6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #906B6F is #6F9490. Grayscale: #767676. Windows color (decimal): -7312529 or 7302032. OLE color: 7302032.

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

Color convert

RGB144107111-
CMYK00.260.230.44
HSL353.51º14.74%49.22%-
HSV(B)353.51º25.69%56.47%-
XYZ19.6317.5917.4-
YUV118.52123.76146.17-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.78%
GREEN value IS 107 (42.19% from 255) = 29.56%
BLUE value IS 111 (43.75% from 255) = 30.66%
R=39.78%
G=29.56%
B=30.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.23
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14410711100.260.230.44353.5114.7449.22
Hex906B6F01A172C162f31
Octal22015315703227545421761
Binary1001000011010111101111011010101111011001011000101111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #906B6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,107,111); }

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

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

 a { background-color: rgb(144,107,111); }

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

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

 span { border-color: rgb(144,107,111); }

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