#99646B

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

Shades of Mauve Taupe #99646B

Tints of Mauve Taupe #99646B

Color information

#99646B (or 0x99646B) is unknown color: approx Mauve Taupe. HEX triplet: 99, 64 and 6B. RGB value is (153,100,107). Sum of RGB (Red+Green+Blue) = 153+100+107=360 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.5% from 360); Green value is 100 (39.45% from 255 or 27.78% from 360); Blue value is 107 (42.19% from 255 or 29.72% from 360); Max value from RGB is 153 - color contains mainly: red. Hex color #99646B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99646B is #669B94. Grayscale: #747474. Windows color (decimal): -6724501 or 7038105. OLE color: 7038105.

HSL color Cylindrical-coordinate representation of color #99646B: hue angle of 352.08º degrees, saturation: 0.21, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #99646B is Cyan = 0, Magento = 0.35, Yellow = 0.30 and Black (K on CMYK) = 0.4.

Color convert

RGB153100107-
CMYK00.350.300.4
HSL352.08º20.95%49.61%-
HSV(B)352.08º34.64%60%-
XYZ20.3516.9516.11-
YUV116.65122.56153.93-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 42.5%
GREEN value IS 100 (39.45% from 255) = 27.78%
BLUE value IS 107 (42.19% from 255) = 29.72%
R=42.5%
G=27.78%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.30
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15310010700.350.300.4352.0820.9549.61
Hex99646B0231E281601532
Octal23114415304336505402562
Binary100110011100100110101101000111111010100010110000010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99646B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99646B; }

 p { color: rgb(153,100,107); }

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

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

 a { background-color: rgb(153,100,107); }

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

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

 span { border-color: rgb(153,100,107); }

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