#96676F

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

Shades of Mauve Taupe #96676F

Tints of Mauve Taupe #96676F

Color information

#96676F (or 0x96676F) is unknown color: approx Mauve Taupe. HEX triplet: 96, 67 and 6F. RGB value is (150,103,111). Sum of RGB (Red+Green+Blue) = 150+103+111=364 (48% of max value = 765). Red value is 150 (58.98% from 255 or 41.21% from 364); Green value is 103 (40.62% from 255 or 28.30% from 364); Blue value is 111 (43.75% from 255 or 30.49% from 364); Max value from RGB is 150 - color contains mainly: red. Hex color #96676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #96676F is #699890. Grayscale: #757575. Windows color (decimal): -6920337 or 7301014. OLE color: 7301014.

HSL color Cylindrical-coordinate representation of color #96676F: hue angle of 349.79º degrees, saturation: 0.19, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #96676F is Cyan = 0, Magento = 0.31, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB150103111-
CMYK00.310.260.41
HSL349.79º18.58%49.61%-
HSV(B)349.79º31.33%58.82%-
XYZ20.317.3317.31-
YUV117.96124.07150.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 41.21%
GREEN value IS 103 (40.62% from 255) = 28.30%
BLUE value IS 111 (43.75% from 255) = 30.49%
R=41.21%
G=28.30%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15010311100.310.260.41349.7918.5849.61
Hex96676F01F1A2915e1332
Octal22614715703732515362362
Binary10010110110011111011110111111101010100110101111010011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96676F; }

 p { color: rgb(150,103,111); }

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

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

 a { background-color: rgb(150,103,111); }

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

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

 span { border-color: rgb(150,103,111); }

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