Html Css Color HEX #9F5675 Mauve Taupe

📋 copy color: '#9F5675'

red 159 ◦ green 86 ◦ blue 117

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

Shades of Mauve Taupe #9F5675

Tints of Mauve Taupe #9F5675

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 32.32%

R = 43.92%
G = 23.76%
B = 32.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.26

 K value IS 0.38

RGB Variations

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

Color information

#9F5675 (or 0x9F5675) is known color: Mauve Taupe. HEX triplet: 9F, 56 and 75. RGB value is (159,86,117). Sum of RGB (Red+Green+Blue) = 159+86+117=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 117 (46.09% from 255 or 32.32% from 362); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5675 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5675 is #60A98A. Grayscale: #6F6F6F. Windows color (decimal): -6334859 or 7689887. OLE color: 7689887.

HSL color Cylindrical-coordinate representation of color #9F5675: hue angle of 334.52º 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 #9F5675 is Cyan = 0, Magento = 0.46, Yellow = 0.26 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 86 117 -
CMYK 0 0.46 0.26 0.38
HSL 334.52º 0.3% 0.48% -
HSV(B) 334.52º 0.46% 0.62% -
XYZ 20.84 15.31 18.69 -
YUV 111.36 131.18 161.98 -
System Red Green Blue C M Y K H S L
Decimal 159 86 117 0 0.46 0.26 0.38 334.52 0.3 0.48
Hex 9F 56 75 0 2E 1A 26 14F 1E 30
Octal 237 126 165 0 56 32 46 517 36 60
Binary 10011111 1010110 1110101 0 101110 11010 100110 101001111 11110 110000

Color Harmonies of #9F5675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5675

Black with #9F5675

Text Example


Text Example

White with #9F5675

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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