Html Css Color HEX #9F616C Mauve Taupe

📋 copy color: '#9F616C'

red 159 ◦ green 97 ◦ blue 108

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

Shades of Mauve Taupe #9F616C

Tints of Mauve Taupe #9F616C

RGB

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

 GREEN value IS 97 (38.28% from 255) = 26.65%

 BLUE value IS 108 (42.58% from 255) = 29.67%

R = 43.68%
G = 26.65%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.38

RGB Variations

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

Color information

#9F616C (or 0x9F616C) is known color: Mauve Taupe. HEX triplet: 9F, 61 and 6C. RGB value is (159,97,108). Sum of RGB (Red+Green+Blue) = 159+97+108=364 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.68% from 364); Green value is 97 (38.28% from 255 or 26.65% from 364); Blue value is 108 (42.58% from 255 or 29.67% from 364); Max value from RGB is 159 - color contains mainly: red. Hex color #9F616C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F616C is #609E93. Grayscale: #747474. Windows color (decimal): -6332052 or 7102879. OLE color: 7102879.

HSL color Cylindrical-coordinate representation of color #9F616C: hue angle of 349.35º degrees, saturation: 0.24, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9F616C is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB 159 97 108 -
CMYK 0 0.39 0.32 0.38
HSL 349.35º 0.24% 0.5% -
HSV(B) 349.35º 0.39% 0.62% -
XYZ 21.28 17 16.35 -
YUV 116.79 123.04 158.11 -
System Red Green Blue C M Y K H S L
Decimal 159 97 108 0 0.39 0.32 0.38 349.35 0.24 0.5
Hex 9F 61 6C 0 27 20 26 15D 18 32
Octal 237 141 154 0 47 40 46 535 30 62
Binary 10011111 1100001 1101100 0 100111 100000 100110 101011101 11000 110010

Color Harmonies of #9F616C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9F616C

Black with #9F616C

Text Example


Text Example

White with #9F616C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(159,97,108); }

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

background-color css

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

 a { background-color: rgb(159,97,108); }

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

border-color css

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

 span { border-color: rgb(159,97,108); }

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