Html Css Color HEX #996277 Mauve Taupe

📋 copy color: '#996277'

red 153 ◦ green 98 ◦ blue 119

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

Shades of Mauve Taupe #996277

Tints of Mauve Taupe #996277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 32.16%

R = 41.35%
G = 26.49%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#996277 (or 0x996277) is known color: Mauve Taupe. HEX triplet: 99, 62 and 77. RGB value is (153,98,119). Sum of RGB (Red+Green+Blue) = 153+98+119=370 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.35% from 370); Green value is 98 (38.67% from 255 or 26.49% from 370); Blue value is 119 (46.88% from 255 or 32.16% from 370); Max value from RGB is 153 - color contains mainly: red. Hex color #996277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996277 is #669D88. Grayscale: #747474. Windows color (decimal): -6725001 or 7824025. OLE color: 7824025.

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

Color convert

RGB 153 98 119 -
CMYK 0 0.36 0.22 0.4
HSL 337.09º 0.22% 0.49% -
HSV(B) 337.09º 0.36% 0.6% -
XYZ 20.83 16.84 19.61 -
YUV 116.84 129.22 153.79 -
System Red Green Blue C M Y K H S L
Decimal 153 98 119 0 0.36 0.22 0.4 337.09 0.22 0.49
Hex 99 62 77 0 24 16 28 151 16 31
Octal 231 142 167 0 44 26 50 521 26 61
Binary 10011001 1100010 1110111 0 100100 10110 101000 101010001 10110 110001

Color Harmonies of #996277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996277

Black with #996277

Text Example


Text Example

White with #996277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996277; }

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

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

background-color css

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

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

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

border-color css

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

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

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