#9F616B

Color #9F616B Mauve Taupe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mauve Taupe #9F616B

Tints of Mauve Taupe #9F616B

Color information

#9F616B (or 0x9F616B) is unknown color: approx Mauve Taupe. HEX triplet: 9F, 61 and 6B. RGB value is (159,97,107). Sum of RGB (Red+Green+Blue) = 159+97+107=363 (48% of max value = 765). Red value is 159 (62.5% from 255 or 43.80% from 363); Green value is 97 (38.28% from 255 or 26.72% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 159 - color contains mainly: red. Hex color #9F616B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #9F616B is #609E94. Grayscale: #747474. Windows color (decimal): -6332053 or 7037343. OLE color: 7037343.

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

Color convert

RGB15997107-
CMYK00.390.330.38
HSL350.32º24.41%50.2%-
HSV(B)350.32º38.99%62.35%-
XYZ21.2316.9816.07-
YUV116.68122.54158.19-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 43.80%
GREEN value IS 97 (38.28% from 255) = 26.72%
BLUE value IS 107 (42.19% from 255) = 29.48%
R=43.80%
G=26.72%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1599710700.390.330.38350.3224.4150.2
Hex9F616B027212615e1832
Octal23714115304741465363062
Binary1001111111000011101011010011110000110011010101111011000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F616B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9F616B;
 }
 .AnyTagClassName
 {
   color: #9F616B;
 }
</style>
background-color css

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

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

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

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

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

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