Html Css Color HEX #9F5C6F Mauve Taupe

📋 copy color: '#9F5C6F'

red 159 ◦ green 92 ◦ blue 111

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

Shades of Mauve Taupe #9F5C6F

Tints of Mauve Taupe #9F5C6F

RGB

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

 GREEN value IS 92 (36.33% from 255) = 25.41%

 BLUE value IS 111 (43.75% from 255) = 30.66%

R = 43.92%
G = 25.41%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.30

 K value IS 0.38

RGB Variations

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

Color information

#9F5C6F (or 0x9F5C6F) is known color: Mauve Taupe. HEX triplet: 9F, 5C and 6F. RGB value is (159,92,111). Sum of RGB (Red+Green+Blue) = 159+92+111=362 (47% of max value = 765). Red value is 159 (62.5% from 255 or 43.92% from 362); Green value is 92 (36.33% from 255 or 25.41% from 362); Blue value is 111 (43.75% from 255 or 30.66% from 362); Max value from RGB is 159 - color contains mainly: red. Hex color #9F5C6F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F5C6F is #60A390. Grayscale: #727272. Windows color (decimal): -6333329 or 7298207. OLE color: 7298207.

HSL color Cylindrical-coordinate representation of color #9F5C6F: hue angle of 342.99º degrees, saturation: 0.27, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9F5C6F is Cyan = 0, Magento = 0.42, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 92 111 -
CMYK 0 0.42 0.30 0.38
HSL 342.99º 0.27% 0.49% -
HSV(B) 342.99º 0.42% 0.62% -
XYZ 20.99 16.17 17.05 -
YUV 114.2 126.2 159.96 -
System Red Green Blue C M Y K H S L
Decimal 159 92 111 0 0.42 0.30 0.38 342.99 0.27 0.49
Hex 9F 5C 6F 0 2A 1E 26 157 1B 31
Octal 237 134 157 0 52 36 46 527 33 61
Binary 10011111 1011100 1101111 0 101010 11110 100110 101010111 11011 110001

Color Harmonies of #9F5C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F5C6F

Black with #9F5C6F

Text Example


Text Example

White with #9F5C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,92,111); }

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

background-color css

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

 a { background-color: rgb(159,92,111); }

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

border-color css

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

 span { border-color: rgb(159,92,111); }

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