Html Css Color HEX #996276 Mauve Taupe

📋 copy color: '#996276'

red 153 ◦ green 98 ◦ blue 118

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

Shades of Mauve Taupe #996276

Tints of Mauve Taupe #996276

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.56%

 BLUE value IS 118 (46.48% from 255) = 31.98%

R = 41.46%
G = 26.56%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#996276 (or 0x996276) is known color: Mauve Taupe. HEX triplet: 99, 62 and 76. RGB value is (153,98,118). Sum of RGB (Red+Green+Blue) = 153+98+118=369 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.46% from 369); Green value is 98 (38.67% from 255 or 26.56% from 369); Blue value is 118 (46.48% from 255 or 31.98% from 369); Max value from RGB is 153 - color contains mainly: red. Hex color #996276 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996276 is #669D89. Grayscale: #747474. Windows color (decimal): -6725002 or 7758489. OLE color: 7758489.

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

Color convert

RGB 153 98 118 -
CMYK 0 0.36 0.23 0.4
HSL 338.18º 0.22% 0.49% -
HSV(B) 338.18º 0.36% 0.6% -
XYZ 20.77 16.82 19.29 -
YUV 116.73 128.72 153.87 -
System Red Green Blue C M Y K H S L
Decimal 153 98 118 0 0.36 0.23 0.4 338.18 0.22 0.49
Hex 99 62 76 0 24 17 28 152 16 31
Octal 231 142 166 0 44 27 50 522 26 61
Binary 10011001 1100010 1110110 0 100100 10111 101000 101010010 10110 110001

Color Harmonies of #996276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996276

Black with #996276

Text Example


Text Example

White with #996276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996276; }

 p { color: rgb(153,98,118); }

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

background-color css

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

 a { background-color: rgb(153,98,118); }

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

border-color css

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

 span { border-color: rgb(153,98,118); }

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