Html Css Color HEX #996773 Mauve Taupe

📋 copy color: '#996773'

red 153 ◦ green 103 ◦ blue 115

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

Shades of Mauve Taupe #996773

Tints of Mauve Taupe #996773

RGB

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

 GREEN value IS 103 (40.63% from 255) = 27.76%

 BLUE value IS 115 (45.31% from 255) = 31%

R = 41.24%
G = 27.76%
B = 31%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.25

 K value IS 0.4

RGB Variations

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

Color information

#996773 (or 0x996773) is known color: Mauve Taupe. HEX triplet: 99, 67 and 73. RGB value is (153,103,115). Sum of RGB (Red+Green+Blue) = 153+103+115=371 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.24% from 371); Green value is 103 (40.62% from 255 or 27.76% from 371); Blue value is 115 (45.31% from 255 or 31.00% from 371); Max value from RGB is 153 - color contains mainly: red. Hex color #996773 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996773 is #66988C. Grayscale: #777777. Windows color (decimal): -6723725 or 7563161. OLE color: 7563161.

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

Color convert

RGB 153 103 115 -
CMYK 0 0.33 0.25 0.4
HSL 345.6º 0.2% 0.5% -
HSV(B) 345.6º 0.33% 0.6% -
XYZ 21.08 17.71 18.53 -
YUV 119.32 125.57 152.02 -
System Red Green Blue C M Y K H S L
Decimal 153 103 115 0 0.33 0.25 0.4 345.6 0.2 0.5
Hex 99 67 73 0 21 19 28 15A 14 32
Octal 231 147 163 0 41 31 50 532 24 62
Binary 10011001 1100111 1110011 0 100001 11001 101000 101011010 10100 110010

Color Harmonies of #996773

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996773

Black with #996773

Text Example


Text Example

White with #996773

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996773; }

 p { color: rgb(153,103,115); }

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

background-color css

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

 a { background-color: rgb(153,103,115); }

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

border-color css

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

 span { border-color: rgb(153,103,115); }

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