Html Css Color HEX #9F5671 Mauve Taupe

📋 copy color: '#9F5671'

red 159 ◦ green 86 ◦ blue 113

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

Shades of Mauve Taupe #9F5671

Tints of Mauve Taupe #9F5671

RGB

 RED value IS 159 (62.5% from 255) = 44.41%

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

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

R = 44.41%
G = 24.02%
B = 31.56%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.29

 K value IS 0.38

RGB Variations

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

Color information

#9F5671 (or 0x9F5671) is known color: Mauve Taupe. HEX triplet: 9F, 56 and 71. RGB value is (159,86,113). Sum of RGB (Red+Green+Blue) = 159+86+113=358 (47% of max value = 765). Red value is 159 (62.5% from 255 or 44.41% from 358); Green value is 86 (33.98% from 255 or 24.02% from 358); Blue value is 113 (44.53% from 255 or 31.56% from 358); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5671 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5671 is #60A98E. Grayscale: #6E6E6E. Windows color (decimal): -6334863 or 7427743. OLE color: 7427743.

HSL color Cylindrical-coordinate representation of color #9F5671: hue angle of 337.81º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9F5671 is Cyan = 0, Magento = 0.46, Yellow = 0.29 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 86 113 -
CMYK 0 0.46 0.29 0.38
HSL 337.81º 0.3% 0.48% -
HSV(B) 337.81º 0.46% 0.62% -
XYZ 20.61 15.22 17.47 -
YUV 110.91 129.18 162.3 -
System Red Green Blue C M Y K H S L
Decimal 159 86 113 0 0.46 0.29 0.38 337.81 0.3 0.48
Hex 9F 56 71 0 2E 1D 26 152 1E 30
Octal 237 126 161 0 56 35 46 522 36 60
Binary 10011111 1010110 1110001 0 101110 11101 100110 101010010 11110 110000

Color Harmonies of #9F5671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5671

Black with #9F5671

Text Example


Text Example

White with #9F5671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9F5671; }

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

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

background-color css

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

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

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

border-color css

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

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

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