Html Css Color HEX #99646E Mauve Taupe

📋 copy color: '#99646E'

red 153 ◦ green 100 ◦ blue 110

#99646E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Mauve Taupe #99646E

Tints of Mauve Taupe #99646E

RGB

 RED value IS 153 (60.16% from 255) = 42.15%

 GREEN value IS 100 (39.45% from 255) = 27.55%

 BLUE value IS 110 (43.36% from 255) = 30.3%

R = 42.15%
G = 27.55%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#99646E (or 0x99646E) is known color: Mauve Taupe. HEX triplet: 99, 64 and 6E. RGB value is (153,100,110). Sum of RGB (Red+Green+Blue) = 153+100+110=363 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.15% from 363); Green value is 100 (39.45% from 255 or 27.55% from 363); Blue value is 110 (43.36% from 255 or 30.30% from 363); Max value from RGB is 153 - color contains mainly: red. Hex color #99646E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99646E is #669B91. Grayscale: #757575. Windows color (decimal): -6724498 or 7234713. OLE color: 7234713.

HSL color Cylindrical-coordinate representation of color #99646E: hue angle of 348.68º 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 #99646E is Cyan = 0, Magento = 0.35, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 100 110 -
CMYK 0 0.35 0.28 0.4
HSL 348.68º 0.21% 0.5% -
HSV(B) 348.68º 0.35% 0.6% -
XYZ 20.51 17.01 16.95 -
YUV 116.99 124.06 153.69 -
System Red Green Blue C M Y K H S L
Decimal 153 100 110 0 0.35 0.28 0.4 348.68 0.21 0.5
Hex 99 64 6E 0 23 1C 28 15D 15 32
Octal 231 144 156 0 43 34 50 535 25 62
Binary 10011001 1100100 1101110 0 100011 11100 101000 101011101 10101 110010

Color Harmonies of #99646E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99646E

Black with #99646E

Text Example


Text Example

White with #99646E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #99646E;
 }
 .AnyTagClassName
 {
   color: #99646E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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