Html Css Color HEX #996274 Mauve Taupe

📋 copy color: '#996274'

red 153 ◦ green 98 ◦ blue 116

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

Shades of Mauve Taupe #996274

Tints of Mauve Taupe #996274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 31.61%

R = 41.69%
G = 26.7%
B = 31.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#996274 (or 0x996274) is known color: Mauve Taupe. HEX triplet: 99, 62 and 74. RGB value is (153,98,116). Sum of RGB (Red+Green+Blue) = 153+98+116=367 (48% of max value = 765). Red value is 153 (60.16% from 255 or 41.69% from 367); Green value is 98 (38.67% from 255 or 26.70% from 367); Blue value is 116 (45.70% from 255 or 31.61% from 367); Max value from RGB is 153 - color contains mainly: red. Hex color #996274 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #996274 is #669D8B. Grayscale: #747474. Windows color (decimal): -6725004 or 7627417. OLE color: 7627417.

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

Color convert

RGB 153 98 116 -
CMYK 0 0.36 0.24 0.4
HSL 340.36º 0.22% 0.49% -
HSV(B) 340.36º 0.36% 0.6% -
XYZ 20.66 16.77 18.67 -
YUV 116.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 153 98 116 0 0.36 0.24 0.4 340.36 0.22 0.49
Hex 99 62 74 0 24 18 28 154 16 31
Octal 231 142 164 0 44 30 50 524 26 61
Binary 10011001 1100010 1110100 0 100100 11000 101000 101010100 10110 110001

Color Harmonies of #996274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #996274

Black with #996274

Text Example


Text Example

White with #996274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #996274; }

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

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

background-color css

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

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

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

border-color css

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

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

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