Html Css Color HEX #995671 Mauve Taupe

📋 copy color: '#995671'

red 153 ◦ green 86 ◦ blue 113

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

Shades of Mauve Taupe #995671

Tints of Mauve Taupe #995671

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 32.1%

R = 43.47%
G = 24.43%
B = 32.1%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.26

 K value IS 0.4

RGB Variations

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

Color information

#995671 (or 0x995671) is known color: Mauve Taupe. HEX triplet: 99, 56 and 71. RGB value is (153,86,113). Sum of RGB (Red+Green+Blue) = 153+86+113=352 (46% of max value = 765). Red value is 153 (60.16% from 255 or 43.47% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 153 - color contains mainly: red. Hex color #995671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #995671 is #66A98E. Grayscale: #6D6D6D. Windows color (decimal): -6728079 or 7427737. OLE color: 7427737.

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

Color convert

RGB 153 86 113 -
CMYK 0 0.44 0.26 0.4
HSL 335.82º 0.28% 0.47% -
HSV(B) 335.82º 0.44% 0.6% -
XYZ 19.45 14.62 17.42 -
YUV 109.11 130.2 159.3 -
System Red Green Blue C M Y K H S L
Decimal 153 86 113 0 0.44 0.26 0.4 335.82 0.28 0.47
Hex 99 56 71 0 2C 1A 28 150 1C 2F
Octal 231 126 161 0 54 32 50 520 34 57
Binary 10011001 1010110 1110001 0 101100 11010 101000 101010000 11100 101111

Color Harmonies of #995671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #995671

Black with #995671

Text Example


Text Example

White with #995671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #995671; }

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

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

background-color css

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

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

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

border-color css

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

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

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