#99566F

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

Shades of Mauve Taupe #99566F

Tints of Mauve Taupe #99566F

Color information

#99566F (or 0x99566F) is unknown color: approx Mauve Taupe. HEX triplet: 99, 56 and 6F. RGB value is (153,86,111). Sum of RGB (Red+Green+Blue) = 153+86+111=350 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.71% from 350); Green value is 86 (33.98% from 255 or 24.57% from 350); Blue value is 111 (43.75% from 255 or 31.71% from 350); Max value from RGB is 153 - color contains mainly: red. Hex color #99566F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99566F is #66A990. Grayscale: #6C6C6C. Windows color (decimal): -6728081 or 7296665. OLE color: 7296665.

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

Color convert

RGB15386111-
CMYK00.440.270.4
HSL337.61º28.03%46.86%-
HSV(B)337.61º43.79%60%-
XYZ19.3314.5816.83-
YUV108.88129.2159.47-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 43.71%
GREEN value IS 86 (33.98% from 255) = 24.57%
BLUE value IS 111 (43.75% from 255) = 31.71%
R=43.71%
G=24.57%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1538611100.440.270.4337.6128.0346.86
Hex99566F02C1B281521c2f
Octal23112615705433505223457
Binary100110011010110110111101011001101110100010101001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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