Html Css Color HEX #996167 Mauve Taupe

📋 copy color: '#996167'

red 153 ◦ green 97 ◦ blue 103

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

Shades of Mauve Taupe #996167

Tints of Mauve Taupe #996167

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 29.18%

R = 43.34%
G = 27.48%
B = 29.18%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#996167 (or 0x996167) is known color: Mauve Taupe. HEX triplet: 99, 61 and 67. RGB value is (153,97,103). Sum of RGB (Red+Green+Blue) = 153+97+103=353 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.34% from 353); Green value is 97 (38.28% from 255 or 27.48% from 353); Blue value is 103 (40.62% from 255 or 29.18% from 353); Max value from RGB is 153 - color contains mainly: red. Hex color #996167 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996167 is #669E98. Grayscale: #727272. Windows color (decimal): -6725273 or 6775193. OLE color: 6775193.

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

Color convert

RGB 153 97 103 -
CMYK 0 0.37 0.33 0.4
HSL 353.57º 0.22% 0.49% -
HSV(B) 353.57º 0.37% 0.6% -
XYZ 19.86 16.3 14.93 -
YUV 114.43 121.55 155.51 -
System Red Green Blue C M Y K H S L
Decimal 153 97 103 0 0.37 0.33 0.4 353.57 0.22 0.49
Hex 99 61 67 0 25 21 28 162 16 31
Octal 231 141 147 0 45 41 50 542 26 61
Binary 10011001 1100001 1100111 0 100101 100001 101000 101100010 10110 110001

Color Harmonies of #996167

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996167

Black with #996167

Text Example


Text Example

White with #996167

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996167; }

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

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

background-color css

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

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

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

border-color css

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

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

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