Html Css Color HEX #99666E Mauve Taupe

📋 copy color: '#99666E'

red 153 ◦ green 102 ◦ blue 110

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

Shades of Mauve Taupe #99666E

Tints of Mauve Taupe #99666E

RGB

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

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

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

R = 41.92%
G = 27.95%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#99666E (or 0x99666E) is known color: Mauve Taupe. HEX triplet: 99, 66 and 6E. RGB value is (153,102,110). Sum of RGB (Red+Green+Blue) = 153+102+110=365 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.92% from 365); Green value is 102 (40.23% from 255 or 27.95% from 365); Blue value is 110 (43.36% from 255 or 30.14% from 365); Max value from RGB is 153 - color contains mainly: red. Hex color #99666E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #99666E is #669991. Grayscale: #767676. Windows color (decimal): -6723986 or 7235225. OLE color: 7235225.

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

Color convert

RGB 153 102 110 -
CMYK 0 0.33 0.28 0.4
HSL 350.59º 0.2% 0.5% -
HSV(B) 350.59º 0.33% 0.6% -
XYZ 20.7 17.4 17.02 -
YUV 118.16 123.4 152.85 -
System Red Green Blue C M Y K H S L
Decimal 153 102 110 0 0.33 0.28 0.4 350.59 0.2 0.5
Hex 99 66 6E 0 21 1C 28 15F 14 32
Octal 231 146 156 0 41 34 50 537 24 62
Binary 10011001 1100110 1101110 0 100001 11100 101000 101011111 10100 110010

Color Harmonies of #99666E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99666E

Black with #99666E

Text Example


Text Example

White with #99666E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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