Html Css Color HEX #995676 Mauve Taupe

📋 copy color: '#995676'

red 153 ◦ green 86 ◦ blue 118

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

Shades of Mauve Taupe #995676

Tints of Mauve Taupe #995676

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.09%

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

R = 42.86%
G = 24.09%
B = 33.05%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.23

 K value IS 0.4

RGB Variations

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

Color information

#995676 (or 0x995676) is known color: Mauve Taupe. HEX triplet: 99, 56 and 76. RGB value is (153,86,118). Sum of RGB (Red+Green+Blue) = 153+86+118=357 (47% of max value = 765). Red value is 153 (60.16% from 255 or 42.86% from 357); Green value is 86 (33.98% from 255 or 24.09% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 153 - color contains mainly: red. Hex color #995676 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995676 is #66A989. Grayscale: #6D6D6D. Windows color (decimal): -6728074 or 7755417. OLE color: 7755417.

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

Color convert

RGB 153 86 118 -
CMYK 0 0.44 0.23 0.4
HSL 331.34º 0.28% 0.47% -
HSV(B) 331.34º 0.44% 0.6% -
XYZ 19.73 14.74 18.94 -
YUV 109.68 132.7 158.9 -
System Red Green Blue C M Y K H S L
Decimal 153 86 118 0 0.44 0.23 0.4 331.34 0.28 0.47
Hex 99 56 76 0 2C 17 28 14B 1C 2F
Octal 231 126 166 0 54 27 50 513 34 57
Binary 10011001 1010110 1110110 0 101100 10111 101000 101001011 11100 101111

Color Harmonies of #995676

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995676

Black with #995676

Text Example


Text Example

White with #995676

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995676; }

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

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

background-color css

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

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

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

border-color css

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

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

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