Html Css Color HEX #996170 Mauve Taupe

📋 copy color: '#996170'

red 153 ◦ green 97 ◦ blue 112

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

Shades of Mauve Taupe #996170

Tints of Mauve Taupe #996170

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.8%

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

R = 42.27%
G = 26.8%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#996170 (or 0x996170) is known color: Mauve Taupe. HEX triplet: 99, 61 and 70. RGB value is (153,97,112). Sum of RGB (Red+Green+Blue) = 153+97+112=362 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.27% from 362); Green value is 97 (38.28% from 255 or 26.80% from 362); Blue value is 112 (44.14% from 255 or 30.94% from 362); Max value from RGB is 153 - color contains mainly: red. Hex color #996170 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996170 is #669E8F. Grayscale: #737373. Windows color (decimal): -6725264 or 7365017. OLE color: 7365017.

HSL color Cylindrical-coordinate representation of color #996170: hue angle of 343.93º degrees, saturation: 0.22, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #996170 is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 97 112 -
CMYK 0 0.37 0.27 0.4
HSL 343.93º 0.22% 0.49% -
HSV(B) 343.93º 0.37% 0.6% -
XYZ 20.34 16.49 17.44 -
YUV 115.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 153 97 112 0 0.37 0.27 0.4 343.93 0.22 0.49
Hex 99 61 70 0 25 1B 28 158 16 31
Octal 231 141 160 0 45 33 50 530 26 61
Binary 10011001 1100001 1110000 0 100101 11011 101000 101011000 10110 110001

Color Harmonies of #996170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996170

Black with #996170

Text Example


Text Example

White with #996170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996170; }

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

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

background-color css

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

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

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

border-color css

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

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

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