Html Css Color HEX #99666D Mauve Taupe

📋 copy color: '#99666D'

red 153 ◦ green 102 ◦ blue 109

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

Shades of Mauve Taupe #99666D

Tints of Mauve Taupe #99666D

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.02%

 BLUE value IS 109 (42.97% from 255) = 29.95%

R = 42.03%
G = 28.02%
B = 29.95%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#99666D (or 0x99666D) is known color: Mauve Taupe. HEX triplet: 99, 66 and 6D. RGB value is (153,102,109). Sum of RGB (Red+Green+Blue) = 153+102+109=364 (48% of max value = 765). Red value is 153 (60.16% from 255 or 42.03% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 109 (42.97% from 255 or 29.95% from 364); Max value from RGB is 153 - color contains mainly: red. Hex color #99666D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99666D is #669992. Grayscale: #767676. Windows color (decimal): -6723987 or 7169689. OLE color: 7169689.

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

Color convert

RGB 153 102 109 -
CMYK 0 0.33 0.29 0.4
HSL 351.76º 0.2% 0.5% -
HSV(B) 351.76º 0.33% 0.6% -
XYZ 20.65 17.38 16.73 -
YUV 118.05 122.9 152.93 -
System Red Green Blue C M Y K H S L
Decimal 153 102 109 0 0.33 0.29 0.4 351.76 0.2 0.5
Hex 99 66 6D 0 21 1D 28 160 14 32
Octal 231 146 155 0 41 35 50 540 24 62
Binary 10011001 1100110 1101101 0 100001 11101 101000 101100000 10100 110010

Color Harmonies of #99666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99666D

Black with #99666D

Text Example


Text Example

White with #99666D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #99666D; }

 p { color: rgb(153,102,109); }

 H1.HeaderClassName
 {
   color: #99666D;
 }
 .AnyTagClassName
 {
   color: #99666D;
 }
</style>

background-color css

<style>
 a { background-color: #99666D; }

 a { background-color: rgb(153,102,109); }

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

border-color css

<style>
 span { border-color: #99666D; }

 span { border-color: rgb(153,102,109); }

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