#99676F

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

Shades of Mauve Taupe #99676F

Tints of Mauve Taupe #99676F

Color information

#99676F (or 0x99676F) is unknown color: approx Mauve Taupe. HEX triplet: 99, 67 and 6F. RGB value is (153,103,111). Sum of RGB (Red+Green+Blue) = 153+103+111=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 103 (40.62% from 255 or 28.07% from 367); Blue value is 111 (43.75% from 255 or 30.25% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #99676F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99676F is #669890. Grayscale: #767676. Windows color (decimal): -6723729 or 7301017. OLE color: 7301017.

HSL color Cylindrical-coordinate representation of color #99676F: hue angle of 350.4º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #99676F is Cyan = 0, Magento = 0.33, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB153103111-
CMYK00.330.270.4
HSL350.4º19.69%50.2%-
HSV(B)350.4º32.68%60%-
XYZ20.8617.6217.34-
YUV118.86123.56152.35-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.69%
GREEN value IS 103 (40.62% from 255) = 28.07%
BLUE value IS 111 (43.75% from 255) = 30.25%
R=41.69%
G=28.07%
B=30.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310311100.330.270.4350.419.6950.2
Hex99676F0211B2815e1432
Octal23114715704133505362462
Binary100110011100111110111101000011101110100010101111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99676F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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