Html Css Color HEX #996770 Mauve Taupe

📋 copy color: '#996770'

red 153 ◦ green 103 ◦ blue 112

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

Shades of Mauve Taupe #996770

Tints of Mauve Taupe #996770

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 30.43%

R = 41.58%
G = 27.99%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#996770 (or 0x996770) is known color: Mauve Taupe. HEX triplet: 99, 67 and 70. RGB value is (153,103,112). Sum of RGB (Red+Green+Blue) = 153+103+112=368 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.58% from 368); Green value is 103 (40.62% from 255 or 27.99% from 368); Blue value is 112 (44.14% from 255 or 30.43% from 368); Max value from RGB is 153 - color contains mainly: red. Hex color #996770 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996770 is #66988F. Grayscale: #767676. Windows color (decimal): -6723728 or 7366553. OLE color: 7366553.

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

Color convert

RGB 153 103 112 -
CMYK 0 0.33 0.27 0.4
HSL 349.2º 0.2% 0.5% -
HSV(B) 349.2º 0.33% 0.6% -
XYZ 20.91 17.64 17.63 -
YUV 118.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 153 103 112 0 0.33 0.27 0.4 349.2 0.2 0.5
Hex 99 67 70 0 21 1B 28 15D 14 32
Octal 231 147 160 0 41 33 50 535 24 62
Binary 10011001 1100111 1110000 0 100001 11011 101000 101011101 10100 110010

Color Harmonies of #996770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996770

Black with #996770

Text Example


Text Example

White with #996770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996770; }

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

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

background-color css

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

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

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

border-color css

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

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

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