Html Css Color HEX #99646C Mauve Taupe

📋 copy color: '#99646C'

red 153 ◦ green 100 ◦ blue 108

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

Shades of Mauve Taupe #99646C

Tints of Mauve Taupe #99646C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 29.92%

R = 42.38%
G = 27.7%
B = 29.92%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99646C (or 0x99646C) is known color: Mauve Taupe. HEX triplet: 99, 64 and 6C. RGB value is (153,100,108). Sum of RGB (Red+Green+Blue) = 153+100+108=361 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.38% from 361); Green value is 100 (39.45% from 255 or 27.70% from 361); Blue value is 108 (42.58% from 255 or 29.92% from 361); Max value from RGB is 153 - color contains mainly: red. Hex color #99646C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99646C is #669B93. Grayscale: #747474. Windows color (decimal): -6724500 or 7103641. OLE color: 7103641.

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

Color convert

RGB 153 100 108 -
CMYK 0 0.35 0.29 0.4
HSL 350.94º 0.21% 0.5% -
HSV(B) 350.94º 0.35% 0.6% -
XYZ 20.4 16.97 16.39 -
YUV 116.76 123.06 153.85 -
System Red Green Blue C M Y K H S L
Decimal 153 100 108 0 0.35 0.29 0.4 350.94 0.21 0.5
Hex 99 64 6C 0 23 1D 28 15F 15 32
Octal 231 144 154 0 43 35 50 537 25 62
Binary 10011001 1100100 1101100 0 100011 11101 101000 101011111 10101 110010

Color Harmonies of #99646C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99646C

Black with #99646C

Text Example


Text Example

White with #99646C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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